quellhorst / abtain_billing

Based on Active Merchant Focused on Authorize.net CIM

This URL has Read+Write access

quellhorst (author)
Fri Nov 06 08:41:19 -0800 2009
commit  5ebc3f6fac08d17b74239ce39cf6d678e1df7195
tree    162bcc31530fd41511a6e1933987b1ac4db56bfd
parent  f169627a5b9edd6c27f5b989c7e08b0a442502f3
README
Abtain Billing
Payment Framework focused on Authorize.net CIM for dealing with stored credit card transactions.

To install make sure you have gemcutter setup:

1. Install the latest Rubygems >= 1.3.3
  $ gem update --system
Install the Gemcutter gem
  $ gem install gemcutter
Use the built-in command to make gemcutter.org your primary gem source
  $ gem tumble

To install the gem
  $ gem install abtain_billing
get an authorize.net developer account, be sure to select CIM as the method you are testing
  http://developer.authorize.net/testaccount/

Run the sample code in example/process.rb you will need to update this file with your login and 
password for your authorize.net CIM developer account.
  $ ruby examples/process.rb



This project is based on active merchant and patches found on the web.