Closed loicginoux closed 1 year ago
@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?
Yes I saw that, that resolves my issue ! Closing it. Thx
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