-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
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
PayPal REST #3222
base: dev
Are you sure you want to change the base?
PayPal REST #3222
Conversation
At this point, the gateway feels relatively stable but is still not ready for a full release. This PR hides the gateway behind a constant that needs to be set with the following code: There is a known incompatibility with the PMPro Pay By Check Add On (credit card fields showing for PayPal REST) that will need to be resolved in PBC or by core handling multiple gateways natively. Similar incompatibilities exist with the Add PayPal Express Add On, though that Add On doesn't really make sense to use alongside PayPal REST. There is also an open question around how REST API credentials should be disabled. Right now, the "disconnect" option just deletes the keys from the database but they could still be used elsewhere. On our oauth server, we also still need to add PayPal Multiparty keys for the Stranger Studios platform account. |
Also important to note:
|
This work is not ready for production environments.