【问题标题】:How to skip the order confirmation page with ActiveMerchant and PayPal Express如何使用 ActiveMerchant 和 PayPal Express 跳过订单确认页面
【发布时间】:2012-08-03 09:19:26
【问题描述】:

关于 PayPal 文档,可以跳过订单确认页面,让客户使用 PayPal 付款。为此,必须将参数“useraction”设置为“commit”。如何使用 ActiveMerchants setup_purchase 方法做到这一点?

PayPal - Customizing Express Checkout

【问题讨论】:

    标签: paypal activemerchant


    【解决方案1】:

    知道了。只需将 redirect_url_for 方法中的 review 参数设置为 false。示例:

    EXPRESS_GATEWAY.redirect_url_for(response.token, review: false)
    

    【讨论】:

      猜你喜欢
      • 2014-06-22
      • 2011-04-23
      • 2014-01-15
      • 2011-06-01
      • 2021-03-14
      • 2011-08-24
      • 2013-01-01
      • 2011-02-03
      • 2010-12-26
      相关资源
      最近更新 更多