2.03
[Business-OnlinePayment-PaymenTech.git] / Changes
1 Revision history for Business-OnlinePayment-PaymenTech
2
3 2.03    Sun Jan 24 13:19:29 PST 2010
4         - Truncate all request fields to their maximum lengths
5         - doc: in synopsis example, move merchant_id/terminal_id from content
6           call to new constructor, and add currency.  also indent the example
7           code so it formats properly
8         - Rework result handling: show ProcStatusMsg/StatusMsg if present even
9           when HTTP status != 200, decode parameters like StatusMsg that come
10           through as a hashref with length and content
11
12 2.02    Wed Jan 13 18:40:06 PST 2010
13         - Add B:OP, B:OP:HTTPS and XML::Simple to Makefile.PL PREREQ_PM
14           (closes: CPAN#53646)
15         - Add t/boilerplate.t to MANIFEST
16
17 2.01    Sun Nov 29 12:59:44 PST 2009
18         Added support for MarkForCapture and Reversal transactions.
19
20 2.00    Wed Oct  7 09:25:34 PDT 2009
21         Complete rewrite to use the XML interface directly.