#smartkiparis
1 messages · Page 1 of 1 (latest)
well you pass confirm=>true when creating the PaymentIntent, which already attempts the payment. That's why it's succeeded already.
I don't understand why you'd write the code this way. If you pass confirm=>true then you don't need to also seprarately call paymentIntents->confirm.
Ok, thanks