No commit activity in last 3 years
No release in over 3 years
CyberSource integration for Workarea Commerce Platform
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 3.x
 Project Readme

Workarea Cyber Source

Getting Started

Add the gem to your application's Gemfile:

# ...
gem 'workarea-cyber_source'
# ...

Update your application's bundle.

cd path/to/application
bundle

Add your credentials to your config/secrets.yml:

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 for Workarea Commerce documentation.

License

Workarea Cyber Source is released under the Business Software License