Reverted: Updates to API Urls

- api-s.sandbox.paypal.com is reverted to api.sandbox.paypal.com
- api-s.paypal.com was reverted to api.paypal.com
This commit is contained in:
Jay Patel
2015-02-19 16:10:56 -06:00
parent 2cb32696d8
commit 43d0e833f6
39 changed files with 113 additions and 113 deletions

View File

@@ -76,17 +76,17 @@
"parent_payment": "PAY-17S8410768582940NKEE66EQ",
"links": [
{
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U",
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U",
"rel": "self",
"method": "GET"
},
{
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
"rel": "refund",
"method": "POST"
},
{
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"rel": "parent_payment",
"method": "GET"
}
@@ -98,7 +98,7 @@
],
"links": [
{
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
"rel": "self",
"method": "GET"
}