debian packaging
[Business-OnlinePayment-vSecureProcessing.git] / Changes
diff --git a/Changes b/Changes
index 7b9cab2..3c95774 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,36 @@
 Revision history for Perl module Business::OnlinePayment::vSecureProcessing
 
+0.10    Mon May  2 16:04:02 CDT 2016
+        - support for Authorization Only & Reverse Authorization
+        - bug fix to _info routine (returns hashref, not hash)
+        - B::OP standard handling of result_code
+
+0.09    Thu Nov  5 10:32:10 PST 2015
+        - Pass Cf1/Cf2 for voids and refunds as well
+
+0.08    Tue Aug 18 10:03:34 PDT 2015
+        - Pass invoice_number as Cf1 and customer_id as Cf2
+
+0.07    Fri Aug  7 20:04:27 PDT 2015
+        - Immediately void partial auth by default
+
+0.06    Wed May 20 11:38:02 PDT 2015
+        - Handle and pass back error responses in ResultCode as well
+
+0.05    Thu Feb 19 13:38:21 PST 2015
+        - cvv2_response should never be passed back as a hashref
+
+0.04    Mon Feb 16 06:20:51 PST 2015
+        - Normalize return fields with non-standard names (avs_code and
+          cvv2_response)
+
+0.03    Sat Feb 14 14:42:33 PST 2015
+        - Update AUTHOR and PREREQ_PM (Net::HTTPS::Any) in Makefile.PL
+        - cvv2 is not required for all transactions
+        - Update MANIFEST for renamed tests
+        - include missing t/lib/test_account.pl (but you still need to fill it
+          in with your own test account)
+
 0.02    Feb 12 2015
         - Update for production URL
         - Use username/password for auth like other B:OP modules