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: 03/05/06 13:04:39
 * @package PayPal
 */
$PayPalEndpoints = array (
  0 =>
  array (
    'min' => '1.00',
    'max' => '3.20',
    'environments' =>
    array (
      'live' =>
      array (
        'PayPalAPI' => 'https://api.paypal.com/2.0/',
        'PayPalAPI-threetoken' => 'https://api.paypal.com/2.0/',
        'PayPalAPIAA' => 'https://api-aa.paypal.com/2.0/',
        'PayPalAPIAA-threetoken' => 'https://api-aa.paypal.com/2.0/',
      ),
      'sandbox' =>
      array (
        'PayPalAPI' => 'https://api.sandbox.paypal.com/2.0/',
        'PayPalAPI-threetoken' => 'https://api.sandbox.paypal.com/2.0/',
        'PayPalAPIAA' => 'https://api-aa.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/',
        'PayPalAPI-threetoken' => 'https://api.beta-sandbox.paypal.com/2.0/',
        'PayPalAPIAA' => 'https://api-aa.beta-sandbox.paypal.com/2.0/',
        'PayPalAPIAA-threetoken' => 'https://api-aa.beta-sandbox.paypal.com/2.0/',
      ),
    ),
  ),
);