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:
@@ -46,17 +46,17 @@
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"rel":"update",
|
||||
"method":"PATCH"
|
||||
},
|
||||
{
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"rel":"delete",
|
||||
"method":"DELETE"
|
||||
}
|
||||
@@ -77,17 +77,17 @@
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"update",
|
||||
"method":"PATCH"
|
||||
},
|
||||
{
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"delete",
|
||||
"method":"DELETE"
|
||||
}
|
||||
@@ -96,4 +96,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user