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/pay-system.js

export const PaySystem = Object.freeze({
	type: {
		cash: 'CASH',
		cashLess: 'CASH_LESS',
		cardTransaction: 'CARD_TRANSACTION',
		undefined: 'UNDEFINED'
	}
});