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