From 042e2512abf33388d04c5b9b05d03da8bdb090cb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 6 Feb 2014 08:56:22 -0800 Subject: [PATCH] Add avs_code and cvv2_response to build_subs, they're standard fields --- Changes | 1 + OnlinePayment.pm | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changes b/Changes index f8f59c6..dfef5f6 100644 --- 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 + - 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 diff --git a/OnlinePayment.pm b/OnlinePayment.pm index 12a1f2b..e7c9bcb 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -33,6 +33,8 @@ my @methods = qw( response_code response_header response_page + avs_code + cvv2_response ); #fallback -- 2.11.0