-
Notifications
You must be signed in to change notification settings - Fork 29
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
Updated PayPal endpoints and UserInfo #2
base: master
Are you sure you want to change the base?
Conversation
Added reference to dev portal (devportal.x.com)
Added reference for PayPal Dev Portal
Fixed scope
Any comments on this PR? Seems like current version of paypal oauth doesn't work. |
I can confirm that auth using this PR works. |
Yes, we use it on our production system with these modifications. |
This works, this pull request has to be merged! saves a lot of nightmares for developers integrating with PayPal. |
I just asked the same at vguardiola@7e53e5f#commitcomment-8718284, is this project still active? |
that is works, well for me. Anyone can upgrade this project? |
Add sandbox / live environment support
FDR-358: Adding Semgrep action
Co-authored-by: sre-57-opslevel[bot] <113727212+sre-57-opslevel[bot]@users.noreply.github.com>
Updated PayPal endpoints
Fixed UserInfo object mapping
Updated scope in sample
Added reference to PayPal Dev Portal for app registration
Updated tests