@hmcts/ccpay-web-component 5.0.1-beta152 → 5.0.1-beta153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3949,7 +3949,7 @@
3949
3949
  _this.orderStatus = paymentGroup.service_request_status;
3950
3950
  _this.orderAddBtnEnable = false;
3951
3951
  }
3952
- else if (paymentGroup.service_request_status === '' || paymentGroup.service_request_status === '') {
3952
+ else if (paymentGroup.service_request_status === 'Partially paid' || paymentGroup.service_request_status === 'Not paid') {
3953
3953
  _this.orderStatus = paymentGroup.service_request_status;
3954
3954
  _this.orderAddBtnEnable = true;
3955
3955
  }