No commit activity in last 3 years
No release in over 3 years
Authorize.Net CIM Integration for WorkArea
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.49

Runtime

~> 3.x
 Project Readme

WorkArea Authorize.Net CIM Integration

Integrates the ActiveMerchant::Billing::AuthorizeNetCimGateway with the Workarea platform. Designed to be dropped in to the project as the primary payment gateway. Uses a bogus gateway until secrets are configured.

Getting Started

Add the gem to your application's Gemfile:

# ...
gem 'workarea-authorize_cim'
# ...

Update your application's bundle.

cd path/to/application
bundle

Usage

The gem will automatically load the BogusAuthorizeNetCimGateway when installed, but you can load the real-life gateway by configuring the secrets for your environment as shown:

authorize:
  login: YOUR LOGIN
  password: YOUR PASSWORD
  test: true # ONLY FOR STAGING!! Uses the auth.net sandbox

Workarea Commerce Documentation

See https://developer.workarea.com for Workarea Commerce documentation.

License

Workarea Authorize.net CIM is released under the Business Software License