-
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
Add support for next gen form in PayPal Commerce payment gateway #6872
Add support for next gen form in PayPal Commerce payment gateway #6872
Conversation
e1cbbd3
to
539a0d8
Compare
i find that if give_payment_mode is not send to server then fee recovery addon throw fatal error.
…visual-form-builder
…visual-form-builder
@JasonTheAdams I am working with @jonwaldstein on a known issue about scrolling to the error field or message: slack discussion But I think you can continue to review. |
@ravinderk Cool. I'd actually prefer @jonwaldstein to review this since he's more familiar with the existing PayPal Donations v3 integration. |
@jonwaldstein I added a few fixes to scroll to an invalid field and error message: d949003 2ab5ec8 |
@ravinderk can you help me understand what these improvements to PayPal donation are? I have no idea what these updates are for. I might also need to call upon @kjohnson to help test this out because he added the initial v3 support for PayPal donations and is much more familiar with this particular gateway integration than me. |
…visual-form-builder
@jonwaldstein I added the list of improvements in the pull request description and requested a review from @kjohnson. |
src/PaymentGateways/Gateways/PayPalCommerce/payPalCommerceGateway.tsx
Outdated
Show resolved
Hide resolved
src/PaymentGateways/Gateways/PayPalCommerce/payPalCommerceGateway.tsx
Outdated
Show resolved
Hide resolved
@kjohnson Pr is ready to review again |
…visual-form-builder
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 thanks for making those changes. Let's get this to QA.
…visual-form-builder
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.
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 improves PayPal Donations compatibility with Next Gen donation forms.
List of improvements:
PayPalCommerceGateway
as the main payment gateway class.Affects
This pull request affects donations processing with next-gen donation forms with PayPal donations.
Testing Instructions
Note:
Testing credit cards: https://developer.paypal.com/tools/sandbox/card-testing/
Payment Field Type
setting valuePre-review Checklist
@unreleased
tags included in DocBlocks