| Current Path : /var/www/homesaver/www/bitrix/js/sale/payment-pay/mixins/payment-system/src/ |
| 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 !== '';
},
}
};