我正在尝试使用 ActiveMerchant 进行 Paypal Recurring 交易调用。我在这里使用了补丁:
我被困在这里:
ActiveMerchant::Billing::PaypalGateway.pem_file = File.read('paypal_cert.pem')
我很确定 pem 文件是从贝宝正确下载的。我收到的错误是:
/Library/Ruby/Gems/1.8/gems/activemerchant-1.5.1/lib/active_merchant/lib/connection.rb:129:in `initialize': Neither PUB key nor PRIV key:: nested asn1 error (OpenSSL::PKey::RSAError)
from /Library/Ruby/Gems/1.8/gems/activemerchant-1.5.1/lib/active_merchant/lib/connection.rb:129:in `new'
from calling the commit method from line 49 of paypal_pro_recurring.
我只有 2 个文件——教程中的 paypal_pro_recurring.rb 和我编写的 paypalTest.rb,它们只需要所有文件并调用该函数。我希望错误不是像我必须从环境文件或其他东西中要求的那样愚蠢的东西。谢谢大家!