Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 297 Bytes

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