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

2008-06-26 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12608293#action_12608293
 ] 

Jacques Le Roux commented on OFBIZ-1716:


Hi Chris,

What is the status of this patch, now ?

Thanks

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical
 Attachments: ofbiz-1716.patch


 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.



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

2008-06-26 Thread Chris Lombardi (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12608446#action_12608446
 ] 

Chris Lombardi commented on OFBIZ-1716:
---

I don't remember.  The patch looks pretty straight forward though, I'll test it 
today.

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical
 Attachments: ofbiz-1716.patch


 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.



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

2008-04-13 Thread David E. Jones (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12588403#action_12588403
 ] 

David E. Jones commented on OFBIZ-1716:
---

The NSF retry stuff can be used for any order, but is mostly intended for 
automatic orders done through ShoppingLists.

Either way, it totally depends on business policy and desired process.

For CVV codes it doesn't matter anyway. You cannot store or in any way remember 
them beyond the time scope of the transaction they were entered for (and if it 
is split into auth and capture then that would be ONLY the auth part you can 
keep the code for).

That means for ALL automatic retries you will not have the CVV code, and will 
not get the benefit of the discounted transaction fee for having the CVV code. 
That's the only real difference.

Again, it's all a business decision to be made with an understanding of these 
sorts of constraints. Whatever is done OOTB in OFBiz needs to be changeable to 
different situations. Well, it is always changeable, but the goal is to make 
more common variations easier to configure.

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical

 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.



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

2008-04-13 Thread Chris Lombardi (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12588410#action_12588410
 ] 

Chris Lombardi commented on OFBIZ-1716:
---

I'll fix it to delete the cvv and track2 information per DJ's comment.  JLR, do 
you have any objections?

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical

 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.



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

2008-04-13 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12588417#action_12588417
 ] 

Jacques Le Roux commented on OFBIZ-1716:


Any objections this is fine with me

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical

 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.



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

2008-04-12 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12588231#action_12588231
 ] 

Jacques Le Roux commented on OFBIZ-1716:


Hi Chris, All,

I just had a look at it and yes indeed there seems to be a problem there...

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical

 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.



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

2008-04-12 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12588237#action_12588237
 ] 

Jacques Le Roux commented on OFBIZ-1716:


I did not change it yet in the case of PAYMENT_DECLINED, since I think that, in 
such case, the transaction may be retried one or more times. If it's well done 
I suppose that at the end of transactions (with success or not) securityCode 
and track2 are nullified in the DB. So for now I only nullified int the case 
of PAYMENT_ERROR and I hope it's the exit door (did not look further)

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical

 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.



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

2008-03-25 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581814#action_12581814
 ] 

Jacques Le Roux commented on OFBIZ-1716:


Hi Chris,

AS long as you don't persist the CV2 code in DB there is no problems to keep it 
in a session.

 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: ALL COMPONENTS
Affects Versions: SVN trunk, Release Branch 4.0
Reporter: Chris Lombardi
Assignee: Jacques Le Roux
Priority: Critical

 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.