-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(mandates): recurring payment support for bank redirect and bank debit payment method for stripe #1119
feat(mandates): recurring payment support for bank redirect and bank debit payment method for stripe #1119
Conversation
e7e2bf9
to
0cad76d
Compare
// .set_metadata(data.metadata), | ||
// we are storing PaymentMethodData in metadata of mandate |
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.
Then do you need the set_metadata()
call here or not?
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.
We don't need it now. Previously metadata field in mandate table was used to to store something here. In this PR, I am storing insensitive payment_method_data
in it.
…entRedirectFlow for Stripe. To support mandate payment for bank redirect
318f87b
Type of Change
Description
PaymentIntentRequest
fields to support the new requirementI have merged #1231 to this branch since the changes were interdependent.
So merging this branch would automatically add features of #1231
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy