tastyigniter / ti-ext-payregister

Payment system for TastyIgniter. Allows you to accept credit card payments using payment gateway supplied by this extension or others.
MIT License
8 stars 21 forks source link

Stripe needs precheckout validation #26

Closed ryanmitchell closed 3 years ago

ryanmitchell commented 3 years ago

See PR on cart

sampoyigi commented 3 years ago

I think this should return true only when the Stripe payment request button is available and not by default since its not required for the current flow.

ryanmitchell commented 3 years ago

It will be required for the payment intents change as all the processing will be done client side

sampoyigi commented 3 years ago

Together with 3D authentication?

ryanmitchell commented 3 years ago

Yeah it mostly all happens client side with payment intents. There is still the possibility of a redirect url which is why I left that logic in

sampoyigi commented 3 years ago

Nothing to merge