xini/silverstripe-silvershop-stripe

Checkout form not redirecting to payment page

Closed this issue · 5 comments

Hi, for anyone else who comes across this issue - I had to add is_offsite: false to the SilverStripe\Omnipay\GatewayInfo:Stripe config.

xini commented

Hi Josh,
Thanks for this. Can you tell me what exactly the issue was you were having? I can't reproduce an error.
Thanks

@xini on clicking "proceed to payment" I'd just get an error saying "credit card number required". I guess this is more a case of Silvershop incorrectly seeing Stripe as an offsite payment gateway through the omnipay/stripe module.

Hi, for anyone else who comes across this issue - I had to add is_offsite: false to the SilverStripe\Omnipay\GatewayInfo:Stripe config.

Thanks man. You just saved me hours of searching

xini commented

Hi @joshdillner,
Thanks for this.
I have added the config to the default config of the module.
Cheers

Cheers @xini