我正在嘗試將payumoney支付網關集成到我的Rails應用程序中。通過payumoney支付金額
我加了寶石active_merchant_payu_in
,但我無法啓動app..and得到這個控制檯錯誤"warning: already initialized constant APP_PATH "
後..我發現,這個模塊是activemerchant
所以我安裝在我的Gemfile,而不是這個,現在我的應用開始。
按文檔,這是我們如何建立activemerchant
ActiveMerchant::Billing::Base.mode = :test
::SAMPLEGATEWAY = ActiveMerchant::Billing::TrustCommerceGateway.new(
:login => 'TestMerchant',
:password => 'password')
所以對於payu我改變了網關下面,但我應該代替:login
和:password
傳遞下面的代碼?
ActiveMerchant::Billing::Base.mode = :test
::GATEWAY = ActiveMerchant::Billing::PayuInGateway.new(
)
對於payumoney我們都已經是
商家ID,商家密鑰,商家鹽
我無法找到足夠的文檔,就可以anywhere..Could有人提供一些線索點亮這個話題?
你得到任何解決這個或適當的文件,以payumoney與ROR集成? – dips
@dips nope ..... – Abhilash
你有解決方案嗎? – RSB