CRM-17223 - fix for cvv2 failure.
authorDave Greenberg <dave@civicrm.org>
Tue, 15 Sep 2015 19:04:59 +0000 (12:04 -0700)
committerDave Greenberg <dave@civicrm.org>
Tue, 15 Sep 2015 19:04:59 +0000 (12:04 -0700)
----------------------------------------
* CRM-17223: PayJunction CVV Transactions Fail
  https://issues.civicrm.org/jira/browse/CRM-17223

CRM/Core/Payment/PayJunction.php

index 179217d256e8cca913e948104520beae69db4a55..5901fb600194dfceee871b699a06685ce62707b8 100644 (file)
@@ -92,6 +92,7 @@ class CRM_Core_Payment_PayJunction extends CRM_Core_Payment {
       'pan' => $params['credit_card_number'],
       'expdate' => $expiry_string,
       'crypt_type' => '7',
+      'cavv' => $params['cvv2'],
       'cust_id' => $params['contact_id'],
     );