将Indian Payment Gateway(CCAvenue)集成到Spree支持的Ruby on Rails电子商务应用程序中

Roh*_*wal 5 ruby-on-rails payment-gateway spree ccavenue

目前正在开发电子商务网络应用程序.它正由Spree在Ruby on Rails平台上开发.
我无法在此应用中集成任何印度支付网关.
我尝试了CCAvenue,但遇到了问题.即使我找不到任何使用它的命令.
这也不起作用https://github.com/meshbrain/active_merchant_ccavenue


我也尝试过Paypal,但Paypal已停止在印度提供服务.


请尽快给出建议,因为我没有时间进行整合.

Gop*_*ore 1

如果你使用 Spree,你必须尝试这个宝石......

gem 'spree_gateway', :git => 'git://github.com/spree/spree_gateway.git', :branch => "1-1-stable" # make sure to include after spree
Run Code Online (Sandbox Code Playgroud)