5

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.
RohitPorwal
  • 1,045
  • 15
  • 23

1 Answers1

1

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
Gopal S Rathore
  • 9,885
  • 3
  • 30
  • 38