From 3f036258cbb4d760920ff04591c05b180c3323cd Mon Sep 17 00:00:00 2001 From: berick Date: Tue, 29 Mar 2011 16:20:31 -0400 Subject: [PATCH] pass cvv2 value to CC processor --- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm index 460244a845..f8fdb80017 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm @@ -284,6 +284,7 @@ sub make_payments { "city" => $cc_args->{billing_city}, "state" => $cc_args->{billing_state}, "zip" => $cc_args->{billing_zip}, + "cvv2" => $cc_args->{cvv2}, }); if ($U->event_code($response)) { # non-success -- 2.11.0