Regarding to the PayPal docs it's possible to skip the order confirmation page and let the customer pay on PayPal. To do so, the parameter "useraction" must be set to "commit". How can this be done with ActiveMerchants setup_purchase method?
PayPal - Customizing Express Checkout
Got it. Just set the review parameter in the redirect_url_for method to false. Example:
EXPRESS_GATEWAY.redirect_url_for(response.token, review: false)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With