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