@hmcts/ccpay-web-component 5.0.1-beta92 → 5.0.1-beta93

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.
@@ -9014,6 +9014,7 @@ var RefundStatusComponent = /** @class */ (function () {
9014
9014
  reason: new FormControl()
9015
9015
  });
9016
9016
  if (this.refundlist !== undefined) {
9017
+ this.getRefundsNotification();
9017
9018
  this.getRefundsStatusHistoryList();
9018
9019
  if (this.LOGGEDINUSERROLES.some((/**
9019
9020
  * @param {?} i
@@ -9033,9 +9034,6 @@ var RefundStatusComponent = /** @class */ (function () {
9033
9034
  this.refundButtonState = this.refundlist.refund_status.name;
9034
9035
  }
9035
9036
  }
9036
- if (this.refundlist !== undefined) {
9037
- this.getRefundsNotification();
9038
- }
9039
9037
  };
9040
9038
  /**
9041
9039
  * @return {?}