Add avs_code and cvv2_response to build_subs, they're standard fields
authorIvan Kohler <ivan@freeside.biz>
Thu, 6 Feb 2014 16:56:22 +0000 (08:56 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 6 Feb 2014 16:56:22 +0000 (08:56 -0800)
Changes
OnlinePayment.pm

diff --git a/Changes b/Changes
index f8f59c6..dfef5f6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Revision history for Perl extension Business::OnlinePayment.
         - Document Reverse Authorization action
         - Document expiration is MM/YY and fix the example
         - Document repository moved from CVS to git
         - Document Reverse Authorization action
         - Document expiration is MM/YY and fix the example
         - Document repository moved from CVS to git
+        - Add avs_code and cvv2_response to build_subs, they're standard fields
 
 3.02    Fri Aug 19 16:20:04 PDT 2011
         - Fix fatal error calling ->info('supported_actions') on a gateway that
 
 3.02    Fri Aug 19 16:20:04 PDT 2011
         - Fix fatal error calling ->info('supported_actions') on a gateway that
index 12a1f2b..e7c9bcb 100644 (file)
@@ -33,6 +33,8 @@ my @methods = qw(
     response_code
     response_header
     response_page
     response_code
     response_header
     response_page
+    avs_code
+    cvv2_response
 );
 
 #fallback
 );
 
 #fallback