Pregunta

I want to add Payupaisa gateway for my shopping cart site. I use spree. I used gem

gem 'spree_payupaisa', :github => "meetdestiny/spree_payupaisa_express", :branch => "2-1-stable"

https://github.com/meetdestiny/spree_payupaisa_express

but it give error while I am updating bundle

Git error: command `git rev-parse 2-1-stable` in directory
/home/tps/.rvm/gems/ruby-2.0.0-p247@demo/cache/bundler/git/spree_payupaisa_express-6aebc199a8cbc824377ffe9416c892e73cc3271e has failed.

Thank in Advance.

¿Fue útil?

Solución

The instructions on that repository are incorrect. That git repository doesn't have a 2-1-stable branch. Try the following in your Gemfile:

gem 'spree_payupaisa', :github => "meetdestiny/spree_payupaisa_express"

Which should currently work with Spree 2.1.

You should file an issue/pull request on the repository to correct the instructions.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top