gpt4 book ai didi

ruby-on-rails - 将支付网关(基于activemerchant)与 spree 集成

转载 作者:行者123 更新时间:2023-12-04 06:04:29 24 4
gpt4 key购买 nike

我正在尝试将 payu.in 支付网关集成到我的 Rails 应用程序中。
我已经在应用程序中集成了他们的 gem 但是当我去

/admin/payment_methods/new



我在 下看不到支付网关供应商选项。

我已按照 http://guides.spreecommerce.com/payment_gateways.html 中规定的步骤进行操作

我的 app/models/spree/gateway/payu.rb 看起来像这样:
module Spree
class Gateway::Payu < Gateway
def provider_class
ActiveMerchant::Billing::Integrations::PayuIn
end
end
end

最佳答案

我相信你需要这样的东西:

config.after_initialize do |app|
app.config.spree.payment_methods += [
Spree::BillingIntegration::PaypalExpress,
Spree::BillingIntegration::PaypalExpressUk
]
end

(见: https://github.com/spree/spree_paypal_express/blob/master/lib/spree_paypal_express/engine.rb#L23-28)

关于ruby-on-rails - 将支付网关(基于activemerchant)与 spree 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13222595/

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