-
Notifications
You must be signed in to change notification settings - Fork 193
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
Fix: return donation billing address in Stripe Payment Element Gateway #7395
Conversation
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.
@jonwaldstein I just left a comment related to a missing unreleased tag. After adding that, it's ready for QA. Nice work!
@@ -89,6 +89,9 @@ interface StripeGateway extends Gateway { | |||
settings?: StripeSettings; | |||
} | |||
|
|||
/** | |||
* @since 3.0.0 |
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.
I think we need an unreleased tag here as well to document the changes related to the address fields.
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.
resolved d6a35b0
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
#7395) Co-authored-by: Jon Waldstein <jonwaldstein@jwaldstein-mbp.mynetworksettings.com> Co-authored-by: Jon Waldstein <jonwaldstein@Jons-Air.EAP1200H>
Resolves: GIVE-831
Related (Recurring): https://github.com/impress-org/give-recurring/pull/1205
Description
This updates the Stripe Payment Element gateway to send the billing address details (supplied by the billing address block) to Stripe.
Also note that Stripe recommends using their address element that we can also explore
Affects
Stripe payment element gateways
Visuals
Testing Instructions
Pre-review Checklist
@unreleased
tags included in DocBlocks