[open-ils-commits] r19941 - branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 4 11:50:41 EDT 2011


Author: erickson
Date: 2011-04-04 11:50:38 -0400 (Mon, 04 Apr 2011)
New Revision: 19941

Modified:
   branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm
Log:
pass cvv2 value to CC processor

Modified: branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm
===================================================================
--- branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm	2011-04-04 15:50:01 UTC (rev 19940)
+++ branches/rel_2_1/Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Money.pm	2011-04-04 15:50:38 UTC (rev 19941)
@@ -284,6 +284,7 @@
                     "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



More information about the open-ils-commits mailing list