https://github.com/godaddy/spree_ccavenue_api
https://github.com/godaddy/spree_ccavenue_api
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godaddy/spree_ccavenue_api
- Owner: godaddy
- License: bsd-3-clause
- Created: 2015-04-13T22:04:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T18:22:10.000Z (almost 4 years ago)
- Last Synced: 2025-09-30T23:37:31.968Z (8 months ago)
- Language: Ruby
- Size: 256 KB
- Stars: 0
- Watchers: 29
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpreeCcavenue
===================
Introduction goes here.
Installation
------------
Add spree_ccavenue to your Gemfile:
```ruby
gem 'spree_ccavenue'
```
Bundle your dependencies and run the installation generator:
```shell
bundle
bundle exec rails g spree_ccavenue:install
```
Testing
-------
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`.
```shell
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:
```ruby
require 'spree_ccavenue/factories'
```
Copyright (c) 2014 CCAvenue, released under the New BSD License
=======
spree_ccavenue_api