We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
omnipay-paypal/src/Message/AbstractRestRequest.php
Line 56 in 67c96fa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
omnipay-paypal/src/Message/AbstractRestRequest.php
Line 56 in 67c96fa
The text was updated successfully, but these errors were encountered: