Skip Payment Gateway Selection

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 10 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
May 28, 2013 at 5:51 pm 4282
Tareq Hasan Hi there I am only using PayPal, so I'd like to be able to skip the step where the user sees the 'choose your payment gateway' option. is there any way to achieve this? Thanks!
May 28, 2013 at 6:53 pm 4290
Tareq Hasan Tareq Hasan

The payment gateway selection is needed to work with gateways. As you don’t need that layer, you’ve to modify quite a lot of codes for that. I don’t know where to begin.

When you select paypal as gateway, it fires wpuf_gateway_paypal hook with payment data (payment.php line 187). Paypal gateway listens to that action hook and submits the payment request (paypal.php line 18).

Viewing 1 Posts - 1 through 1 (of 1 total)