forked from LiveCarta/PayPal-PHP-SDK
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:
@@ -65,17 +65,17 @@
|
||||
"parent_payment": "PAY-34629814WL663112AKEE3AWQ",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api.paypal.com/v1/payments/sale/1KE4800207592173L",
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/1KE4800207592173L",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api.paypal.com/v1/payments/sale/1KE4800207592173L/refund",
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/1KE4800207592173L/refund",
|
||||
"rel": "refund",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -95,4 +95,4 @@
|
||||
},
|
||||
"status": "200 OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user