Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krzyzak/spree_cash_on_delivery


https://github.com/krzyzak/spree_cash_on_delivery

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# SpreeCashOnDelivery

This gem provides Cash on Delivery payment method for spree. Works with spree >= 1.2.

Ps.
This gem has no tests (yet) – which I’m not proud of.
It’s because I don’t know spree very well, plus I didn’t have enough time, so feel free to fork it and create test suite for this gem.
## Installation

Add this line to your application's Gemfile:

gem 'spree_cash_on_delivery'

And then execute:

$ bundle

Or install it yourself as:

$ gem install spree_cash_on_delivery

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request