@hmcts/ccpay-web-component 5.0.1-beta175 → 5.0.1-beta176

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.
@@ -10488,12 +10488,12 @@ var ServiceRequestComponent = /** @class */ (function () {
10488
10488
  */
10489
10489
  function (payment) {
10490
10490
  if (payment !== null && payment !== undefined) {
10491
- // if(this.chkIsIssueRefundBtnEnable(payment)) {
10492
- this.viewStatus = 'issuerefund';
10493
- this.payment = payment;
10494
- this.paymentLibComponent.isFromServiceRequestPage = true;
10495
- this.isRefundRemission = true;
10496
- // }
10491
+ if (this.chkIsIssueRefundBtnEnable(payment)) {
10492
+ this.viewStatus = 'issuerefund';
10493
+ this.payment = payment;
10494
+ this.paymentLibComponent.isFromServiceRequestPage = true;
10495
+ this.isRefundRemission = true;
10496
+ }
10497
10497
  }
10498
10498
  };
10499
10499
  /**