@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.
@@ -3975,7 +3975,7 @@ var CaseTransactionsComponent = /** @class */ (function () {
3975
3975
  _this.orderStatus = paymentGroup.service_request_status;
3976
3976
  _this.orderAddBtnEnable = false;
3977
3977
  }
3978
- else if (paymentGroup.service_request_status === '' || paymentGroup.service_request_status === '') {
3978
+ else if (paymentGroup.service_request_status === 'Partially paid' || paymentGroup.service_request_status === 'Not paid') {
3979
3979
  _this.orderStatus = paymentGroup.service_request_status;
3980
3980
  _this.orderAddBtnEnable = true;
3981
3981
  }