WHMCS / sample-gateway-module

Sample Third Party Payment Gateway Module for WHMCS
MIT License
59 stars 94 forks source link

How do we skip the a=complete page in a custom payment gateway #17

Open ayusmohanty opened 4 years ago

ayusmohanty commented 4 years ago

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.