Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/consent.js

export const Consent = Object.freeze({
    status:
        {
            init: 'Consent.status.init',
            refused: 'Consent.status.refused',
            accepted: 'Consent.status.accepted',
        },
    validate:
        {
            submit: 'Consent.validate.submit'
        }
});