Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krzyzak/spree_cash_on_delivery
https://github.com/krzyzak/spree_cash_on_delivery
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krzyzak/spree_cash_on_delivery
- Owner: krzyzak
- License: mit
- Created: 2012-10-23T20:24:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-23T20:31:41.000Z (about 12 years ago)
- Last Synced: 2023-03-13T11:35:54.134Z (almost 2 years ago)
- Language: Ruby
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## InstallationAdd 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