projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fadc78
)
CRM-17223 - fix for cvv2 failure.
author
Dave Greenberg
<dave@civicrm.org>
Tue, 15 Sep 2015 19:04:59 +0000
(12:04 -0700)
committer
Dave 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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Payment/PayJunction.php
b/CRM/Core/Payment/PayJunction.php
index 179217d256e8cca913e948104520beae69db4a55..5901fb600194dfceee871b699a06685ce62707b8 100644
(file)
--- a/
CRM/Core/Payment/PayJunction.php
+++ b/
CRM/Core/Payment/PayJunction.php
@@
-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'],
);