Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于 PayPal 文档,可以跳过订单确认页面,让客户在 PayPal 上付款。为此,必须将参数“ useraction ”设置为“ commit ”。如何使用 ActiveMerchants setup_purchase方法做到这一点?
PayPal - 自定义快速结帐
知道了。只需将redirect_url_for方法中的review 参数设置为false。例子:
EXPRESS_GATEWAY.redirect_url_for(response.token, review: false)