function countryCode(){ return 'UA'; } function getCurrencySymbol(){ return '\u20AC'; } function getCurrencyString(){ return 'euro'; } function getCurrencyForPlatform(){ return 'euro'; } function getServerDate(){ return new Date("Mon, 25 May 2020 12:29:11 +0000"); } function extraParameters(){ return ""; }