【发布时间】:2012-08-03 09:19:26
【问题描述】:
关于 PayPal 文档,可以跳过订单确认页面,让客户使用 PayPal 付款。为此,必须将参数“useraction”设置为“commit”。如何使用 ActiveMerchants setup_purchase 方法做到这一点?
【问题讨论】:
标签: paypal activemerchant
关于 PayPal 文档,可以跳过订单确认页面,让客户使用 PayPal 付款。为此,必须将参数“useraction”设置为“commit”。如何使用 ActiveMerchants setup_purchase 方法做到这一点?
【问题讨论】:
标签: paypal activemerchant
知道了。只需将 redirect_url_for 方法中的 review 参数设置为 false。示例:
EXPRESS_GATEWAY.redirect_url_for(response.token, review: false)
【讨论】: