@hmcts/ccpay-web-component 5.0.10-beta04 → 5.0.10-beta06
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 +2 -0
- 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/case-transactions/case-transactions.component.js +3 -1
- package/esm2015/lib/services/shared/error-handler.service.js +1 -1
- package/fesm2015/hmcts-ccpay-web-component.js +2 -0
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/lib/components/case-transactions/case-transactions.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2081,6 +2081,8 @@
|
|
|
2081
2081
|
this.allPayments = [];
|
|
2082
2082
|
this.remissions = [];
|
|
2083
2083
|
this.fees = [];
|
|
2084
|
+
this.totalPayments = 0;
|
|
2085
|
+
this.totalRemissions = 0;
|
|
2084
2086
|
this.isRefundRemission = true;
|
|
2085
2087
|
this.isAddFeeBtnEnabled = true;
|
|
2086
2088
|
this.isExceptionRecord = false;
|