Closed ellimondo closed 4 years ago
Thanks for pointing that out, I've added the missing files now.
The perch_stripe_checkout.js
call is replacing the the previous stipe V2 call. You'll now need to create your own payment form using stipe elements to replace the old popup form that Stripe V2 would provide.
Hi
Thanks for all your hard work on updating this. I've finally got around to testing it.
It's probably me, but is there a missing /runtime/gateways.php update in this repo? There's only 'stripe' and 'braintree' listed in the switch statement.
perch_shop_payment_form('stripe_intents');
returns nothing - not even a missing template in the error log.Also would you be kind enough to confirm where the
perch_stripe_checkout.js
call should go in the new checkout process?