gpt4 book ai didi

ruby-on-rails - Rails PayPal自适应

转载 作者:太空宇宙 更新时间:2023-11-03 15:42:40 25 4
gpt4 key购买 nike

我正在使用 paypal_adaptive gem 并有一些问题。这是我在 config/paypal_adaptive.yml 中的代码:

development:
environment: "sandbox"
username: "x@gmail.com"
password: "xxx"
signature: "xxx"
application_id: "APP-80W284485P519543T"

test:
environment: "sandbox"
username: "x@gmail.com"
password: "xxx"
signature: "xxx"
application_id: "APP-80W284485P519543T"

enviorment:
environment: "sandbox"
username: "x@gmail.com"
password: "xxx"
signature: "xxxx"
application_id: "APP-80W284485P519543T"

当然XXX才是真正的细节。我还尝试使用提供给我的 API 凭据,但无论哪种方式都不起作用。这是控制付款的 Controller 代码:

> pay_request = PaypalAdaptive::Request.new

data = {
"returnUrl" => "http://localhost:3000/payments/completed_payment_request",
"requestEnvelope" => {"errorLanguage" => "en_US"},
"currencyCode"=>"USD",
"receiverList"=>{"receiver"=>[{"email"=>"xxx@gmail.com", "amount"=>"10.00"}]},
"cancelUrl"=>"http://localhost:3000/payments/canceled_payment_request",
"actionType"=>"PAY",
"ipnNotificationUrl"=>"http://localhost:3000/payments/ipn_notification"
}

@pay_response = pay_request.pay(data)

我在尝试输出 pay_response 时得到以下数组(其中包含错误):

> ["responseEnvelope", {"timestamp"=>"2011-05-03T12:00:54.107-07:00", "ack"=>"Failure", "correlationId"=>"242e1fc31cf18", "build"=>"1846084"}] ["error", [{"errorId"=>"560022", "domain"=>"PLATFORM", "subdomain"=>"Application", "severity"=>"Error", "category"=>"Application", "message"=>"The X-PAYPAL-APPLICATION-ID header contains an invalid value", "parameter"=>["X-PAYPAL-APPLICATION-ID"]}]]

我真的很绝望。提前致谢。

最佳答案

确保在更改 key 后重新启动 Rails 服务器

关于ruby-on-rails - Rails PayPal自适应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5874415/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com