forked from LiveCarta/PayPal-PHP-SDK
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:
@@ -16,9 +16,9 @@ mode=sandbox
|
||||
|
||||
;Service Configuration
|
||||
[Service]
|
||||
service.EndPoint="https://api-s.sandbox.paypal.com"
|
||||
service.EndPoint="https://api.sandbox.paypal.com"
|
||||
; Uncomment this line for integrating with the live endpoint
|
||||
; service.EndPoint="https://api-s.paypal.com"
|
||||
; service.EndPoint="https://api.paypal.com"
|
||||
|
||||
|
||||
;Logging Information
|
||||
|
||||
Reference in New Issue
Block a user