Author: jleroux
Date: Thu Sep 27 04:49:50 2007
New Revision: 579979
URL: http://svn.apache.org/viewvc?rev=579979&view=rev
Log:
Applied fix from trunk for revision: 579923
Modified:
ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
Modified:
ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java?rev=579979&r1=579978&r2=579979&view=diff
==============================================================================
---
ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
(original)
+++
ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java
Thu Sep 27 04:49:50 2007
@@ -360,7 +360,7 @@
boolean cvv2CheckOkay = true;
String cvvCode = null;
if (!isReAuth) {
- boolean checkCvv2 =
UtilProperties.propertyValueEqualsIgnoreCase(resource,
"payment.verisign.checkAvs", "Y");
+ boolean checkCvv2 =
UtilProperties.propertyValueEqualsIgnoreCase(resource,
"payment.verisign.checkCvv2", "Y");
if (checkCvv2 && !isSale) {
cvvCode = (String) parameters.get("CVV2MATCH");
if (cvvCode == null || "N".equals(cvvCode)) {