public
Description: TrustCommerce is a payment gateway providing credit card processing and recurring / subscription billing services. This library provides a simple interface to create, edit, delete, and query subscriptions using TrustCommerce.
Homepage: http://trustcommerce.rubyforge.org
Clone URL: git://github.com/zackchandler/trustcommerce.git
trustcommerce / CHANGELOG
100644 17 lines (9 sloc) 0.385 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
trunk:
 
0.5.3:
 
Fixed small typo in statuses: defined should be decline [Ara Vartanian <avartanian@postful-inc.com>]
 
0.5.2:
 
Add TrustcommerceSyncAgent as example code on how to sync transactions with the Vault.
 
0.5.1:
 
Return responses as a Result class (smarter Hash) to allow stuff like: response.accepted? [Carl Lerche <carl.lerche@verizon.net>]
 
0.5.0:
 
- Initial public release