public
Description: An API for using the Amazon Flexible Payment Service (FPS).
Homepage: http://rubyforge.org/projects/remit/
Clone URL: git://github.com/tylerhunt/remit.git
Click here to lend your support to: remit and make a donation at www.pledgie.com !
unknown (author)
Fri Mar 27 05:35:21 -0700 2009
tylerhunt (committer)
Wed Jul 29 12:03:45 -0700 2009
remit / CHANGELOG
100644 27 lines (19 sloc) 0.986 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
0.0.4 - April 27, 2009
 
* Fixed IPN request signing (David Balatero)
 
0.0.3 - April 27, 2009
 
* Specified required request parameters for all operations (Tyler Hunt)
* Updated IPN request to use the awsSignature (David Balatero)
* Added versioning support for CBUI pipelines (David Balatero)
 
0.0.2 - February 3, 2009
 
* Updated to Relax 0.0.6.
* Added support for CC Descriptor Text (Jon Crawford)
* Added support for Temporary Decline Policy (Jon Crawford)
* Changed Fixed Marketplace Fee to type Amount (Jon Crawford)
* Reorganized the specs and improved coverage (Lance Ivy)
* Refactored TransactionResponse to use generated methods (Lance Ivy)
* Added PipelineResponse and status code constants (Nathaniel Bibler)
* Added support for Marketplace fees in Pay request (Nathaniel Bibler)
* Updated TransactionResponse parsing to use REXML parser (Nathaniel Bibler)
 
0.0.1 - January 28, 2009
 
* First public release
* Support for recurring-use tokens in the pipeline (Micah Wedemeyer)