RootStudio / Root-Perch-Shop-Omnipay-v3

Ominpay update for perch shop to allow stripe 3DS2 payments
3 stars 0 forks source link

Missing Gateway function? #1

Closed ellimondo closed 4 years ago

ellimondo commented 4 years ago

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?

byron-roots commented 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.