Open dimvic opened 1 year ago
I kept getting timeouts when trying to get the token using api.paypal.com, changing to api-m.paypal.com worked.
api.paypal.com
api-m.paypal.com
Sorry I did not have the time to investigate more, just leaving this here in case someone else is having the same problem.
api-m.sandbox.paypal.com
Is there a way to change the endpoints without editing the source code?
https://github.com/thephpleague/omnipay-paypal/blob/67c96faa173124b4517989c2d6f1d1915afa0d27/src/Message/AbstractRestRequest.php#L56
I kept getting timeouts when trying to get the token using
api.paypal.com
, changing toapi-m.paypal.com
worked.Sorry I did not have the time to investigate more, just leaving this here in case someone else is having the same problem.
api.paypal.com
seems ok, no idea why it did not work for the server at Hetznerapi.paypal.com
works after receiving the tokenapi-m.sandbox.paypal.com
Is there a way to change the endpoints without editing the source code?
https://github.com/thephpleague/omnipay-paypal/blob/67c96faa173124b4517989c2d6f1d1915afa0d27/src/Message/AbstractRestRequest.php#L56