标签: paypal activemerchant
关于PayPal文档,可以跳过订单确认页面,让客户在PayPal上付款。为此,必须将参数“ useraction ”设置为“提交”。如何使用ActiveMerchants setup_purchase 方法完成此操作?
PayPal - Customizing Express Checkout
答案 0 :(得分:8)
知道了。只需将 redirect_url_for 方法中的review参数设置为false即可。例如:
EXPRESS_GATEWAY.redirect_url_for(response.token, review: false)