| Current Path : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/ |
| Current File : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/application.js |
export const Application = Object.freeze({
stage:
{
view: 'Application.stage.view',
edit: 'Application.stage.edit',
payed: 'Application.stage.payed',
empty: 'Application.stage.empty',
success: 'Application.stage.success',
undefined: 'Application.stage.undefined',
},
mode:
{
view: 'Application.mode.view',
edit: 'Application.mode.edit'
}
});