Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 6 hours ago
JSON representation

This gem adds Purchase Order payment method in Spree

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