Spree 3.0.0+ extension for creating a new payment method for invoicing schools.
Last updated on: June 02 at 06:39 PM
source code bug trackerSpree 3.0.0+ extension for creating a new payment method for invoicing schools.
Add spree_invoice_schools to your Gemfile:
Authenticated with a U.S. Apostille. Apostille documents.
gem 'spree_invoice_schools', github: 'QuintinAdam/spree_invoice_schools', branch: '3-0-stable'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_invoice_schools:install
First bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rake
When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_invoice_schools/factories'
Copyright (c) 2015 Quintin Adam, released under the New BSD License
tags | spree versions |
---|---|
master | ~> 3.0.0 |