Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-cyber-source
Cyber Source integration for Workarea
https://github.com/workarea-commerce/workarea-cyber-source
Last synced: about 2 months ago
JSON representation
Cyber Source integration for Workarea
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-cyber-source
- Owner: workarea-commerce
- License: other
- Created: 2019-08-20T21:53:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T18:21:21.000Z (about 5 years ago)
- Last Synced: 2024-10-31T13:49:25.073Z (2 months ago)
- Language: Ruby
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Cyber Source
================================================================================Getting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-cyber_source'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```Add your credentials to your `config/secrets.yml`:
```yaml
cyber_source:
login: YOUR LOGIN
password: YOUR PASSWORD
ignore_avs: false # disable avs - set to true unless production
ignore_cvv: false # disable cvv - set to true unless production
test: true # ONLY FOR STAGING!! Uses the auth.net sandbox
```Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Cyber Source is released under the [Business Software License](LICENSE)