0

我正在使用 gem paypal-express https://github.com/nov/paypal-express/它工作正常,现在是时候上线了,所以我以这种方式更改了 config/paypal.yml

development: &sandbox # change to your own
  username: seller_1330103613***
  password: *******
  signature: *******
  sandbox: true

test:
  <<: *sandbox

production: &production
  username: *******
  password: *******
  signature: *******
  sendbox: false

当然,我通过请求 API 凭据来配置 API 访问权限,以创建我自己的 API 用户名和密码。付款流从我的网站到贝宝,并在用户付款后再次回到我的网站,但我可以在我的贝宝账户上看到钱,但没有发现已添加到我的账户。当用户从贝宝回来时,我可以在日志中看到这一点

Started GET "/payments/success?credit_pack_id=6&user_id=951&token=EC-4P010757XB594990R&PayerID=LS9LDEH84VBAY" for 79.41.57.162 at 2013-06-20 23:07:31 +0200

我还能在哪里检查以修复它?贝宝或其他任何内容中是否有任何配置不当的权限?谢谢你

4

0 回答 0