https://github.com/workarea-commerce/workarea-cyber-source
Cyber Source integration for Workarea
https://github.com/workarea-commerce/workarea-cyber-source
Last synced: 5 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T18:21:21.000Z (over 6 years ago)
- Last Synced: 2026-06-28T20:05:02.297Z (8 days ago)
- Language: Ruby
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- 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)