function countryCode(){ return 'DE'; } function getCurrencySymbol(){ return '\u20AC'; } function getCurrencyString(){ return 'euro'; } function getCurrencyForPlatform(){ return 'euro'; } function getServerDate(){ return new Date("Thu, 04 Mar 2021 20:37:47 +0000"); } function extraParameters(){ return ""; }