Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 607 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 607 Bytes

Build Status Reviewed by Hound

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