Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
/**
 * THIS MAPPING IS AUTOMATICALLY GENERATED. DO NOT EDIT.
 * Generated on: 07/22/08 13:39:10
 * @package PayPal
 */
$PayPalEndpoints = array (
  0 => 
  array (
    'min' => '2.00',
    'max' => '53.0',
    'environments' => 
    array (
      'live' => 
      array (
        'PayPalAPI' => 'https://api.paypal.com/2.0/',
        'PayPalAPIAA' => 'https://api-aa.paypal.com/2.0/',
        'PayPalAPI-threetoken' => 'https://api-3t.paypal.com/2.0/',
        'PayPalAPIAA-threetoken' => 'https://api-aa-3t.paypal.com/2.0/',
      ),
      'sandbox' => 
      array (
        'PayPalAPI' => 'https://api.sandbox.paypal.com/2.0/',
        'PayPalAPIAA' => 'https://api-aa.sandbox.paypal.com/2.0/',
        'PayPalAPI-threetoken' => 'https://api.sandbox.paypal.com/2.0/',
        'PayPalAPIAA-threetoken' => 'https://api-aa.sandbox.paypal.com/2.0/',
      ),
      'beta-sandbox' => 
      array (
        'PayPalAPI' => 'https://api.beta-sandbox.paypal.com/2.0/',
        'PayPalAPIAA' => 'https://api-aa.beta-sandbox.paypal.com/2.0/',
        'PayPalAPI-threetoken' => 'https://api.beta-sandbox.paypal.com/2.0/',
        'PayPalAPIAA-threetoken' => 'https://api-aa.beta-sandbox.paypal.com/2.0/',
      ),
    ),
  ),
);