Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-authorize-cim
https://github.com/workarea-commerce/workarea-authorize-cim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-authorize-cim
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T15:37:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T12:41:32.000Z (over 4 years ago)
- Last Synced: 2024-10-27T22:51:38.492Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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 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:
```ruby
# ...
gem 'workarea-authorize_cim'
# ...
```Update your application's bundle.
```bash
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:```yaml
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](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Authorize.net CIM is released under the [Business Software License](LICENSE)