-
Notifications
You must be signed in to change notification settings - Fork 681
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
[14.x] Set payment confirm options #1516
Conversation
@driesvints Tested, this works like a charm 👍 Tweaked your example a little bit:
|
@thijskok thanks! |
Renamed to |
Thanks for your help @driesvints , much appreciated! |
@taylorotwell Little typo here: it's been renamed to witihPaymentConfirmationOptions. Do you want me to submit a PR or is it something you can fix yourself? |
@thijskok fixed, thanks! |
Resolves #1515
Right now, when a payment intent is confirmed, it'll fail for payment methods like SEPA because they require additional options. I don't want to fiddle with the public API of the methods using the
HandlesPaymentFailures
trait so instead I'm opting to add a new way to set additional options when confirming payment intents.Example usage: