gpt4 book ai didi

ruby-on-rails - 在 ActiveMerchant 中测试 Paypal Express

转载 作者:行者123 更新时间:2023-12-04 21:45:59 25 4
gpt4 key购买 nike

如何使用 rspec/capybara 集成测试在 Rails 3.2 应用程序中使用 ActiveMerchant 测试 Paypal Express?

最佳答案

您可以通过设置进行测试:

ActiveMerchant::Billing::Base.mode = :test

Paypal 但是会要求您输入完整的帐单信息,否则 API 甚至不会接受并返回:

错误:此交易有错误。请输入完整的帐单邮寄地址。

在这种情况下,您可以为其提供一些通用信息:
:billing_address => {
:name => "Test Person",
:address1 => "123 W 423 E",
:city => "Somewhere",
:state => "CA",
:country => "US",
:zip => "88888"
}

关于ruby-on-rails - 在 ActiveMerchant 中测试 Paypal Express,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14380432/

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