finish echeck/ACH support, fix parsing of Auth field containing whitespace, fix order...
[Business-OnlinePayment-TransactionCentral.git] / Changes
diff --git a/Changes b/Changes
index bf1f870..c747371 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Perl extension Business::OnlinePayment::TransactionCentral.
 
+0.03  Sat May 19 15:03:43 PDT 2007
+        - add/finish ECHECK support (google of TCInterfaceGuide indicated
+          s/processcheck.asp/processcheckonline.asp/)
+        - fix another problem with transactions going through but coming back
+          denied: Returned "Auth" field can have trailing whitespace, wtf!
+        - trim "<html><body> </body></html>" tags off of return info.  This
+          was preventing TransID (B:OP order_number) from being returned.
+        - add tests: order_number, check, bad_check
+
 0.02  Thu Apr 19 17:48:09 PDT 2007
        - updated example in manpage s/Capstone/TransactionCentral/
         - add debugging methods response_page, response_code, response_headers