Improve / Fix Stripe Payment intent
The stripePaymentIntent
query now take the stripePaymentMethod
as an argument. This allows to create a payment intent or a setup intent depending on the value passed (PAYMENT
or SETUP
).
PR
- feat: Improve / Fix Stripe Payment intent #13