I was making a stripe checkout payment gateway for my client. But after I click on the Checkout button it goes to cart.php?a=complete page, which I don't want to happen. I want to behave it like Paypal is doing, goes directly to the paypal site for payment.
I was making a stripe checkout payment gateway for my client. But after I click on the Checkout button it goes to
cart.php?a=complete
page, which I don't want to happen. I want to behave it like Paypal is doing, goes directly to the paypal site for payment.Please guide me through this.