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