|
Notes:
[#1043] Error 9 after applying patch 10
1. When using the Master card in the cc_ccv, and cc_uk payment modules the error 09 displays.
Checking for type of credit card, versus the type that was allowed was not functioning in
these payment modules. I am not sure why it was undone but when fixed this error is seen.
In patch 09, and 10 has new code to do a check against cards that are authorized to be used
versus what is used.
The error happens because a constant was converted to a language define and then miss spelled.
Mastercard was define as Master card, MasterCard, and or Master Card.
The fix includes changes the card type array language define entries to hard coded constant's.
Changes:
|