| 1 |
lars |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* THIS MAPPING IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
|
|
4 |
* Generated on: 07/22/08 13:39:10
|
|
|
5 |
* @package PayPal
|
|
|
6 |
*/
|
|
|
7 |
$PayPalEndpoints = array (
|
|
|
8 |
|
|
|
9 |
array (
|
|
|
10 |
'min' => '2.00',
|
|
|
11 |
'max' => '53.0',
|
|
|
12 |
'environments' =>
|
|
|
13 |
array (
|
|
|
14 |
'live' =>
|
|
|
15 |
array (
|
|
|
16 |
'PayPalAPI' => 'https://api.paypal.com/2.0/',
|
|
|
17 |
'PayPalAPIAA' => 'https://api-aa.paypal.com/2.0/',
|
|
|
18 |
'PayPalAPI-threetoken' => 'https://api-3t.paypal.com/2.0/',
|
|
|
19 |
'PayPalAPIAA-threetoken' => 'https://api-aa-3t.paypal.com/2.0/',
|
|
|
20 |
),
|
|
|
21 |
'sandbox' =>
|
|
|
22 |
array (
|
|
|
23 |
'PayPalAPI' => 'https://api.sandbox.paypal.com/2.0/',
|
|
|
24 |
'PayPalAPIAA' => 'https://api-aa.sandbox.paypal.com/2.0/',
|
|
|
25 |
'PayPalAPI-threetoken' => 'https://api.sandbox.paypal.com/2.0/',
|
|
|
26 |
'PayPalAPIAA-threetoken' => 'https://api-aa.sandbox.paypal.com/2.0/',
|
|
|
27 |
),
|
|
|
28 |
'beta-sandbox' =>
|
|
|
29 |
array (
|
|
|
30 |
'PayPalAPI' => 'https://api.beta-sandbox.paypal.com/2.0/',
|
|
|
31 |
'PayPalAPIAA' => 'https://api-aa.beta-sandbox.paypal.com/2.0/',
|
|
|
32 |
'PayPalAPI-threetoken' => 'https://api.beta-sandbox.paypal.com/2.0/',
|
|
|
33 |
'PayPalAPIAA-threetoken' => 'https://api-aa.beta-sandbox.paypal.com/2.0/',
|
|
|
34 |
),
|
|
|
35 |
),
|
|
|
36 |
),
|
|
|
37 |
);
|