Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/sale/payment-pay/mixins/payment-system/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/sale/payment-pay/mixins/payment-system/src/check.js

export default {
	computed:
	{
		processing()
		{
			return this.status === 'P';
		},
		downloadable()
		{
			return this.status === 'Y' && this.link !== '';
		},
	}
};