Skip to content

isantoshsingh/spree_payumoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spree_payumoney

Payumoney payment gateway integration for spree

Installation

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

     gem 'spree_payumoney', :github => 'isantoshsingh/spree_payumoney'
    
  2. Install the gem using Bundler:

     bundle install
    
  3. Restart your server