| Current Path : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/ |
| Current File : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/pay-system.js |
export const PaySystem = Object.freeze({
type: {
cash: 'CASH',
cashLess: 'CASH_LESS',
cardTransaction: 'CARD_TRANSACTION',
undefined: 'UNDEFINED'
}
});