You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chris Lombardi (JIRA)" <ji...@apache.org> on 2008/03/21 05:37:24 UTC

[jira] Commented: (OFBIZ-1716) POS: CVV2 code is not always deleted from the DB

    [ https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580999#action_12580999 ] 

Chris Lombardi commented on OFBIZ-1716:
---------------------------------------

I have to go read the interchange guidelines to determine what is allowable for retention of cvv2 for retries in an ecommerce context.  If anyone has any comments on this, please chime in.

Here's the section that may need to be changed:

PaymentGatewayServices: 1770

            if (context != null && authResult.booleanValue()) {
                orderPaymentPreference.set("statusId", "PAYMENT_AUTHORIZED");
                orderPaymentPreference.set("securityCode", null);
                orderPaymentPreference.set("track2", null);                
            } else if (context != null && !authResult.booleanValue()) {
                orderPaymentPreference.set("statusId", "PAYMENT_DECLINED");
            } else {
                orderPaymentPreference.set("statusId", "PAYMENT_ERROR");
            }


> POS: CVV2 code is not always deleted from the DB
> ------------------------------------------------
>
>                 Key: OFBIZ-1716
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1716
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/pos
>    Affects Versions: Release Branch 4.0
>            Reporter: Chris Lombardi
>
> I ran a transaction that was declined by the processor.  I later noticed that the cvv2 code was still present in the database.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.