@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.
- package/bundles/hmcts-ccpay-web-component.umd.js +1 -3
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/refund-status/refund-status.component.js +2 -4
- package/esm5/lib/components/refund-status/refund-status.component.js +2 -4
- package/fesm2015/hmcts-ccpay-web-component.js +1 -3
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -3
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 {?}
|