Originally Posted by
zyxlsy
Some coding in the unlockable terminal like this?
If (DCC_Choice == true) // Perform DCC
{
Perform_DCC_Transaction();
}
else if (DCC_Choice == false) // Customer opt out DCC
{
Perform_DCC_Transaction();
}
Let me correct that for you:
// If (DCC_Choice == true) // Perform DCC
// {
Perform_DCC_Transaction();
// }
// else if (DCC_Choice == false) // Customer opt out DCC
// {
// Perform_DCC_Transaction();
// }