conedevelopment / bazar

Bazar is an e-commerce package for Laravel applications.
https://root.conedevelopment.com
MIT License
421 stars 56 forks source link

How to implement redirect in gateway? #207

Closed windstep closed 11 months ago

windstep commented 2 years ago

Hey! I'm trying to use your awesome instrument in my product and got stacked. How should I handle redirect in payment method? I definitely should return a Transaction from gateway, but after it was created, the "payment" procedure requires redirection to stripe's checkout.

Could you give me and advice, how should I do that? image