如何使用 ActiveMerchant 和 PayPal Express 跳过订单确认页面
Posted
技术标签:
【中文标题】如何使用 ActiveMerchant 和 PayPal Express 跳过订单确认页面【英文标题】:How to skip the order confirmation page with ActiveMerchant and PayPal Express 【发布时间】:2012-08-03 09:19:26 【问题描述】:关于 PayPal 文档,可以跳过订单确认页面,让客户使用 PayPal 付款。为此,必须将参数“useraction”设置为“commit”。如何使用 ActiveMerchants setup_purchase 方法做到这一点?
PayPal - Customizing Express Checkout
【问题讨论】:
【参考方案1】:知道了。只需将 redirect_url_for 方法中的 review 参数设置为 false。示例:
EXPRESS_GATEWAY.redirect_url_for(response.token, review: false)
【讨论】:
以上是关于如何使用 ActiveMerchant 和 PayPal Express 跳过订单确认页面的主要内容,如果未能解决你的问题,请参考以下文章
如何在 ActiveMerchant 中使用存储的付款来源进行购买?
ActiveMerchant:使用不支持void操作的网关时如何授权卡?