You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
367 B
JavaScript

const HEYTRIP_API = 'http://distapi-sandbox.heytripgo.com/Accommodation';
const HEYTRIP_API_PROD = 'http://distapi.heytripgo.com/Accommodation';
const LGC_MAPPED = { '1': { 'lgc': '1', locale: 'en-US' }, '2': { 'lgc': '2', locale: 'zh-CN' } };
const DEFAULT_LGC = '1';
module.exports = {
HEYTRIP_API,
HEYTRIP_API_PROD,
LGC_MAPPED,
DEFAULT_LGC,
};