@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
|
@@ -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 {?}
|