@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.
@@ -10305,12 +10305,12 @@
10305
10305
  */
10306
10306
  function (payment) {
10307
10307
  if (payment !== null && payment !== undefined) {
10308
- // if(this.chkIsIssueRefundBtnEnable(payment)) {
10309
- this.viewStatus = 'issuerefund';
10310
- this.payment = payment;
10311
- this.paymentLibComponent.isFromServiceRequestPage = true;
10312
- this.isRefundRemission = true;
10313
- // }
10308
+ if (this.chkIsIssueRefundBtnEnable(payment)) {
10309
+ this.viewStatus = 'issuerefund';
10310
+ this.payment = payment;
10311
+ this.paymentLibComponent.isFromServiceRequestPage = true;
10312
+ this.isRefundRemission = true;
10313
+ }
10314
10314
  }
10315
10315
  };
10316
10316
  /**