Updates to API Urls

- api.sandbox.paypal.com was changed to api-s.sandbox.paypal.com
- api.paypal.com was changed to api-s.paypal.com
This commit is contained in:
Jay Patel
2015-02-12 15:20:45 -06:00
parent d613361e69
commit d50d980cb8
39 changed files with 119 additions and 119 deletions

View File

@@ -24,7 +24,7 @@
"funding_instruments": [
{
"credit_card": {
"number": "4417119669820331",
"number": "4160285494148633",
"type": "visa",
"expire_month": 11,
"expire_year": 2018,
@@ -115,17 +115,17 @@
"parent_payment": "PAY-17S8410768582940NKEE66EQ",
"links": [
{
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U",
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"rel": "parent_payment",
"method": "GET"
}
@@ -137,7 +137,7 @@
],
"links": [
{
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"rel": "self",
"method": "GET"
}