spree_purchase_order

This gem adds Purchase Order payment method in Spree

MIT License

Downloads
37.3K
Stars
1
Committers
2

Spree Purchase Order

Add Purchase Order payment method in Spree

Installation

  1. Add this line to your Gemfile:
gem 'spree_purchase_order'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_purchase_order:install
  1. Restart your server