我目前正在开发一个Ruby- on -Rails web应用程序,它通过贝宝的快速结账和ActiveMerchant接受PayPal支付。我对ActiveMerchant的支持做了一些研究,以确定客户/买家是否已经使用经过验证或未经验证的PayPal帐户付款,但我没有找到一个有用的指南。对象的#params['protection_eligib
我正在尝试在我的应用程序中使用ActiveMerchant实现贝宝服务。我的开发者的paypal帐户是为API证书凭证设置的。以下代码在使用API签名时运行良好,但在尝试实现API证书时出现错误。PAYPAL_CERT_PEM = File.read("#{Rails.root}/certs/paypal_cert_dev.pem")
con
ArgumentError: An API Certificate or API Signature is required to make requests to PayPal
/var/www/ross_store/shared/bundle/ruby/2.2.0/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways&