FlyerTalk Forums - View Single Post - Dynamic Currency Conversion (DCC) [2014-2016]
Old Oct 16, 2014 | 8:56 pm
  #1230  
Majuki
30 Nights
40 Countries Visited
2M
15 Years on Site
 
Join Date: Jul 2009
Location: SJC
Programs: AA, AS, Marriott
Posts: 6,961
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();
// }

Majuki is offline