Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/install/js/sale/checkout/const/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/install/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'
        }
});