Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate Indian Payment Gateway (CCAvenue) in Ruby on Rails e-commerce application supporting by Spree

Currently working on an e-commerce web-application. It is being developed by Spree on Ruby on Rails plateform.
I am not able to integrate any Indian Payment Gateway in this app.
I tried CCAvenue but getting problem. Even I am not able to find any command for using it.
This is also not working https://github.com/meshbrain/active_merchant_ccavenue


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


Please give suggestion quickly as I've less time for integrating it.
like image 960
RohitPorwal Avatar asked Nov 13 '22 12:11

RohitPorwal


1 Answers

You have to try this gem if you r using Spree...

gem 'spree_gateway', :git => 'git://github.com/spree/spree_gateway.git', :branch => "1-1-stable" # make sure to include after spree
like image 113
Gopal S Rathore Avatar answered Nov 15 '22 04:11

Gopal S Rathore