-
Notifications
You must be signed in to change notification settings - Fork 191
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
Feat: allow admin to select Advanced or Standard card processing connection when onboarding PayPal donations #6867
Feat: allow admin to select Advanced or Standard card processing connection when onboarding PayPal donations #6867
Conversation
66b0d2e
to
8d062c3
Compare
@JasonTheAdams You can merge and deploy https://github.com/impress-org/givewp-gateway-server/pull/21. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ravinderk I'm trying to get the gateway server working locally. In the meantime, I noticed that if there's an issue fetching the Partner Link the UI just does nothing. No error message or anything. We should inform the user:
There was an issue retrieving a link to connect to PayPal. Please try again. If the issue continues please contact an administrator.
@ravinderk I also just noticed that if the connect button is visited the icon disappears. |
Resolved a836db5
Resolved 7e0e57e |
@JasonTheAdams I implemented the feature as you requested in slack. Fix: 2e7c636 |
@ravinderk Let's get rid of the "APIs Connected" text, as it's kind of meaningless. |
Fixed: 086bf6f |
@ravinderk Please change the "disconnect" color from blue to red |
fixed: 74f06d4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, @ravinderk! Let's release the gateway and then send this to QA!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passed manual QA tests
Description
This pull request implements a feature to allow the admin to select an Advanced or Standard card processing connection when onboarding PayPal donations.
Affects
PayPal Donations admin onboarding user flow.
Visuals
Testing Instructions
Admin should able to onboard to PayPal donations without any error.
Pre-review Checklist
@unreleased
tags included in DocBlocks