fix a "false success" problem caused by discrepancy between test and live systems...
[Business-OnlinePayment-TransactionCentral.git] / Changes
1 Revision history for Perl extension Business::OnlinePayment::TransactionCentral.
2
3 0.04  Wed May 30 11:53:00 PDT 2007
4         - depend on B:OP v3
5         - fix a "false success" problem caused by discrepancy between test and
6           live systems: "Auth" field comes back as "Declined" rather than empty
7
8 0.03  Sat May 19 15:03:43 PDT 2007
9         - add/finish ECHECK support (google of TCInterfaceGuide indicated
10           s/processcheck.asp/processcheckonline.asp/)
11         - fix another problem with transactions going through but coming back
12           denied: Returned "Auth" field can have trailing whitespace, wtf!
13         - trim "<html><body> </body></html>" tags off of return info.  This
14           was preventing TransID (B:OP order_number) from being returned.
15         - add tests: order_number, check, bad_check
16
17 0.02  Thu Apr 19 17:48:09 PDT 2007
18         - updated example in manpage s/Capstone/TransactionCentral/
19         - add debugging methods response_page, response_code, response_headers
20         - Make sure expiration date has a leading zero
21         - fix problem with transactions going through but coming back denied:
22           Returned "Auth" field can have letters as well as numbers!  sheesh
23
24 0.01  Wed Nov 23 05:14:43 2005
25         - original version; created by h2xs 1.23 with options
26                 -X -b 5.5.0 -n Business::OnlinePayment::TransactionCentral -v 0.01
27