如何使用Paypal Express Recurring gem的BN代码

时间:2015-06-03 10:34:54

标签: ruby-on-rails-3 paypal express-checkout recurring

我已经在我的rails3项目中使用https://github.com/fnando/paypal-recurring gem整合了快速结账支付宝贝。现在我收到了添加由PayPal为推荐程序提供的BN代码的请求。

我再次检查了gem,但没有找到任何传递BN代码的参数。 任何人都可以知道如何传递给定宝石的BN代码?有'参考'根据我的详细检查,参数但不适用于BN。

我提到https://www.paypal-marketing.com/emarketing/partner/na/portal/integrate_bn_codes.html#ec 但没多大帮助。

如果有人对给定的宝石有所了解,请提供您的意见。

谢谢,

1 个答案:

答案 0 :(得分:0)

试一试,我猜它会进入你的应用程序配置

ActiveMerchant::Billing::PaypalGateway.application_id = "your BN here"
ActiveMerchant::Billing::PaypalExpressGateway.application_id = "your BN here also"

在此处查看更多信息: https://github.com/activemerchant/active_merchant/issues/888#issuecomment-130787898