PayflowPro processing does not have ACCT number when request is sent to Verisign
-------------------------------------------------------------------------------- Key: OFBIZ-144 URL: http://issues.apache.org/jira/browse/OFBIZ-144 Project: OFBiz (The Open for Business Project) Issue Type: Bug Components: accounting Environment: Fedora Core 5, Java 1.5.0_05, ofbiz version 428761 Reporter: Tim Ruppert In the checkout process, the cc.getString("cardNumber") - found on PayflowPro.java line 102 - always returns the empty string while the rest of the Credit Card information is correct. This happens in quick checkout, standard logged in checkout and checkout without login. This bug could obviously be up the chain a bit where the credit card information is stored, but I have been unable to prove that as of yet. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-144?page=comments#action_12426437 ]
David E. Jones commented on OFBIZ-144: -------------------------------------- Have you checked to see if the cardNumber made it to the database? If it is just isolated to the PfP stuff then it probably is in the database and not being read correctly. > PayflowPro processing does not have ACCT number when request is sent to Verisign > -------------------------------------------------------------------------------- > > Key: OFBIZ-144 > URL: http://issues.apache.org/jira/browse/OFBIZ-144 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Environment: Fedora Core 5, Java 1.5.0_05, ofbiz version 428761 > Reporter: Tim Ruppert > > In the checkout process, the cc.getString("cardNumber") - found on PayflowPro.java line 102 - always returns the empty string while the rest of the Credit Card information is correct. > This happens in quick checkout, standard logged in checkout and checkout without login. This bug could obviously be up the chain a bit where the credit card information is stored, but I have been unable to prove that as of yet. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-144?page=comments#action_12426443 ]
Tim Ruppert commented on OFBIZ-144: ----------------------------------- I have checked the database and the credit card number is not stored in there :( - so it must be in the reading of the initial data entry screnn. > PayflowPro processing does not have ACCT number when request is sent to Verisign > -------------------------------------------------------------------------------- > > Key: OFBIZ-144 > URL: http://issues.apache.org/jira/browse/OFBIZ-144 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Environment: Fedora Core 5, Java 1.5.0_05, ofbiz version 428761 > Reporter: Tim Ruppert > > In the checkout process, the cc.getString("cardNumber") - found on PayflowPro.java line 102 - always returns the empty string while the rest of the Credit Card information is correct. > This happens in quick checkout, standard logged in checkout and checkout without login. This bug could obviously be up the chain a bit where the credit card information is stored, but I have been unable to prove that as of yet. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-144?page=all ]
David E. Jones closed OFBIZ-144. -------------------------------- Fix Version/s: SVN trunk Resolution: Fixed Assignee: David E. Jones This turned out to be caused by the StringUtil.removeSpaces bug that was fixed by Jacopo a couple of days ago, so this is not a problem with current SVN. > PayflowPro processing does not have ACCT number when request is sent to Verisign > -------------------------------------------------------------------------------- > > Key: OFBIZ-144 > URL: http://issues.apache.org/jira/browse/OFBIZ-144 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: accounting > Environment: Fedora Core 5, Java 1.5.0_05, ofbiz version 428761 > Reporter: Tim Ruppert > Assigned To: David E. Jones > Fix For: SVN trunk > > > In the checkout process, the cc.getString("cardNumber") - found on PayflowPro.java line 102 - always returns the empty string while the rest of the Credit Card information is correct. > This happens in quick checkout, standard logged in checkout and checkout without login. This bug could obviously be up the chain a bit where the credit card information is stored, but I have been unable to prove that as of yet. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |