Integrate Indian Payment Gateway (CCAvenue) into Ruby on Rails e-commerce application that supports Spree

Currently working on an e-commerce web application. It is developed by Spree on the Ruby on Rails plate.
I can not integrate any Indian payment gateway in this application.
I tried CCAvenue but get problems. Even I cannot find any command to use it.
This also does not work https://github.com/meshbrain/active_merchant_ccavenue


I also tried Paypal, but Paypal stopped its services in India.


Please give an offer quickly, because I have less time to integrate it.
+5
source share
1 answer

You need to try this stone if you use Spree ...

gem 'spree_gateway', :git => 'git://github.com/spree/spree_gateway.git', :branch => "1-1-stable" # make sure to include after spree
+1
source

All Articles