Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 731 Bytes

Spree Payupaisa Express

This is a PayUPaisa extension for spree. This is currently under development.

Installation

  1. Add this extension to your Gemfile with this line:

     gem 'spree_payupaisa', :github => "meetdestiny/spree_payupaisa_express", :branch => "2-1-stable"
    
  2. Install the gem using Bundler:

     bundle install
    
  3. Copy & run migrations

     bundle exec rails g spree_payupaisa_express:install
    
  4. Restart your server

###Thanks This code is a re-write of https://github.com/radar/better_spree_paypal_express to support payupaisa. Thanks a ton to the original author.

###Legal Use it at your own risk. Use however you want. But don't bug me if your server is fried - make toast on it.