Skip to content

niri4/spree_paytm_gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spree_paytm_gateway

Paytm payment gateway integration for spree

Installation

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

     gem 'spree_paytm', :github => 'niri4/spree_paytm_gateway'
    
  2. Install the gem using Bundler:

     bundle install
    
  3. Add migrations from extension:

     rails g spree_paytm:install
    
  4. Restart your server

  5. Add new payment method with provider

     Spree::Gateway::Paytm
    
  6. In admin admin/payment_methods in paytm section add your hostname like http://HOSTNAME example http://localhost:3000 in SITE URL:

About

paytm integration with spree rails

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published