You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently payment intent is created with basic options (see code)
It would be good to support a way to customize it easily. There are a lot more options in Stripe doc for intent creation and people will want to use them at some point.
I Imagine, at least to have the Hash parameter extracted in a controller method (easily overwritten) or in a separate service like the example from this PR
The text was updated successfully, but these errors were encountered:
@loicginoux#prepare_for_payment will create a payment intent if missing and accepts a hash that will be forwarded to the payment intent creation, would that be enough for you?
Desired Behavior
Currently payment intent is created with basic options (see code)
It would be good to support a way to customize it easily. There are a lot more options in Stripe doc for intent creation and people will want to use them at some point.
I Imagine, at least to have the Hash parameter extracted in a controller method (easily overwritten) or in a separate service like the example from this PR
The text was updated successfully, but these errors were encountered: