@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.
@@ -8895,6 +8895,7 @@
8895
8895
  reason: new forms.FormControl()
8896
8896
  });
8897
8897
  if (this.refundlist !== undefined) {
8898
+ this.getRefundsNotification();
8898
8899
  this.getRefundsStatusHistoryList();
8899
8900
  if (this.LOGGEDINUSERROLES.some(( /**
8900
8901
  * @param {?} i
@@ -8912,9 +8913,6 @@
8912
8913
  this.refundButtonState = this.refundlist.refund_status.name;
8913
8914
  }
8914
8915
  }
8915
- if (this.refundlist !== undefined) {
8916
- this.getRefundsNotification();
8917
- }
8918
8916
  };
8919
8917
  /**
8920
8918
  * @return {?}