Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepakmahakale/spree_purchase_order
This gem adds Purchase Order payment method in Spree
https://github.com/deepakmahakale/spree_purchase_order
payment-method ruby-gem spree spree-extension spree-payment-gateway spreecommerce-extensions
Last synced: 12 days ago
JSON representation
This gem adds Purchase Order payment method in Spree
- Host: GitHub
- URL: https://github.com/deepakmahakale/spree_purchase_order
- Owner: deepakmahakale
- License: mit
- Created: 2016-11-11T15:19:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T22:19:49.000Z (almost 3 years ago)
- Last Synced: 2024-03-14T22:51:04.358Z (8 months ago)
- Topics: payment-method, ruby-gem, spree, spree-extension, spree-payment-gateway, spreecommerce-extensions
- Language: Ruby
- Homepage: https://rubygems.org/gems/spree_purchase_order
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/deepakmahakale/spree_purchase_order.svg?branch=master)](https://travis-ci.org/deepakmahakale/spree_purchase_order)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)# Spree Purchase Order
Add Purchase Order payment method in Spree
## Installation
1. Add this line to your Gemfile:
```ruby
gem 'spree_purchase_order'
```2. Install the gem using Bundler:
```bash
bundle install
```3. Copy & run migrations
```bash
bundle exec rails g spree_purchase_order:install
```4. Restart your server