Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
|
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Just so you know, this is only a temporary fix, please don't leave the setting like that, I just want to test it. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
It works! Is there a complete list for these values? I just want to make sure all the others are fixed. |
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
For now you are going to want to change the item back to "M", i just wanted to test it. I am going to get you a real fix for this today. Thanks for your patience. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 11/18/2003(UTC) Posts: 1,465
|
Justin,
This same thing is happening for me for various CC types. Both on Checkout and within the Payment Area of the Order in Admin.
I get these radomly but when I process them by hand directly in the PayPal Virtual Terminal they go through.
Error:
Paypal Pro Payment Charge Failed.10527:This transaction cannot be processed. Please enter a valid credit card number and type. |
TIM
BVC Add-Ons and Development |
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
Justin,
I've noticed that the Discover card doesn't work either. I changed the code from D to Discover but it won't allow the payments to go through. Is there another hard code value I can use for Discover to get it to work? Reminder, this is sp1. I didn't implement sp2 yet on this live site. |
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Nope, Discover is correct. What is the error that you are getting from paypal? |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
Justin,
Thanks again for getting back to me. The error message is as follows: Authorize Error: Paypal Express Payment Authorization Failed.10527:This transaction cannot be processed. Please enter a valid credit card number and type. |
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Would you mind posting exactly what you entered into the bvc_CreditCardType table, including all rows. Also, I am correct in assuming that after you made these changes the site was recycled at some point, correct? |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
Sure, client just said Amex isn't working too. Code Longname Active A Amex 1 C Diners Club 0 Dicsover Discover 1 J JCB 0 MAESTRO Maestro / Switch 0 MasterCard MasterCard 1 SOLO Solo 0 STAR Star Card 0 SWITCH Switch 0 V Visa 1 VISADELTA Visa Delta 0 VISAELECTRON Visa Electron 0 |
|
|
|
|
Rank: Member
Joined: 10/22/2006(UTC) Posts: 74
|
Has this been resolved? I'm experiencing the same issue. Authorize Error: Paypal Express Payment Authorization Failed.10527:This transaction cannot be processed. Please enter a valid credit card number and type.
|
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
Justin,
On Discover. I did notice that in my table view to you I mispelled Discover. I have since fixed that.
Joe |
|
|
|
|
Rank: Member
Joined: 10/22/2006(UTC) Posts: 74
|
Originally Posted by: "Justin Etheredge" Actually, do me a favor and try going into the bvc_CreditCardType table and replacing the code for Mastercard with "MasterCard" instead of "M". Then try running a mastercard and see what happens.
This worked for me. What are the consequences for leaving the table set up that way?
|
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
Justin,
If I upgrade everything to the latest service pack, can you guarantee me that these items would work?
Thanks, joe |
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
The only issue with leaving them this way is that we have a few pieces of code that check against those identifiers. Like the code that checks for valid credit card numbers. As far as guaranteeing that this will work in SP2, well, the bug is still in the code but I issued you the update. All it is doing is instead of passing the Code from that credit card table it is passing the "LongName" column's value.
Since you have fixed the misspelling of Discover, is it still not working? Also, you have an "A" for American Express. It needs to be set to "Amex" |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
I have a note into the client to notify me of all discover charges. I'll update Amex now. Again, thanks for all of the help! Joe |
|
|
|
|
Rank: Member
Joined: 2/3/2004(UTC) Posts: 111
|
Hello all,
The changes worked. To confirm with anyone working with this issue, I did the following:
Went to the bvc_creditcardtype table Updated the codes for Amex, Mastercard, and Discover New codes were as follows: -American Express - Code=Amex -Discover - Code=Discover -Mastercard - Code=Mastercard
Visa worked fine. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.