Question

Is there anyone, who installed PayU payment gateway? As per the ReadMe file, need to install gem

  gem 'active_merchant_payu_india'

and run

  bundle install

But it is giving error: "Could not find gem 'active_merchant_payu_india (>= 0) ruby' in the gems available on this machine." on bundle install.

Is there anybody who came across such issue? Please help!

Was it helpful?

Solution

Gem is not available at https://rubygems.org/. So in your gemfile use

gem 'active_merchant_payu_in', git: 'https://github.com/anujaware/active_merchant_payu_in.git'
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top