【问题标题】:Adaptive Paypal自适应贝宝
【发布时间】:2011-04-20 11:34:25
【问题描述】:

我正在尝试使用 this gem 来使用 paypal 自适应付款,它需要

development:
environment: "sandbox"
username: "sandbox_username"
password: "sandbox_password"
signature: "sandbox_signature"
application_id: "sandbox_app_id"

test:
environment: "sandbox"
username: "sandbox_username"
password: "sandbox_password"
signature: "sandbox_signature"
application_id: "sandbox_app_id"

production:  
environment: "production"
username: "my_production_username"
password: "my_production_password"
signature: "my_production_signature"
application_id: "my_production_app_id"

但是我从哪里获得沙盒和 application_id 和签名以及用户/通行证信息的这些信息...我确定这很明显,但我没有看到它

【问题讨论】:

    标签: ruby-on-rails rubygems paypal


    【解决方案1】:

    是的,您必须在Paypal developer site 创建一个帐户,对于沙盒环境,您不需要注册您的应用程序。当您在开发人员站点创建帐户时,您必须进入仪表板>>帐户部分和那里是创建帐户的一个选项。创建帐户后,您将获得用户名、密码和签名。

    【讨论】:

      【解决方案2】:

      The Paypal developer site 设置一个帐户并注册您的应用程序。我认为这应该为您提供开发所需的一切。

      【讨论】:

        猜你喜欢
        • 2016-08-04
        • 2012-10-25
        • 2011-11-06
        • 2011-05-06
        • 1970-01-01
        • 2014-02-19
        • 1970-01-01
        相关资源
        最近更新 更多