@hmcts/ccpay-web-component 5.0.2-beta108 → 5.0.2-beta109
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 -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/service-request/service-request.component.js +4 -1
- package/esm5/lib/components/service-request/service-request.component.js +4 -1
- package/fesm2015/hmcts-ccpay-web-component.js +1 -0
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -0
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/hmcts-ccpay-web-component.metadata.json +1 -1
- package/lib/components/service-request/service-request.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -10567,6 +10567,7 @@
|
|
|
10567
10567
|
else {
|
|
10568
10568
|
this.viewStatus = 'issuerefund';
|
|
10569
10569
|
this.viewCompStatus = '';
|
|
10570
|
+
this.paymentFees = this.paymentGroupList[0].fees;
|
|
10570
10571
|
this.payment = payment;
|
|
10571
10572
|
this.paymentLibComponent.isFromServiceRequestPage = true;
|
|
10572
10573
|
this.isRefundRemission = true;
|