@hmcts/ccpay-web-component 5.0.1-beta166 → 5.0.1-beta167
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 +3 -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/service-request/service-request.component.js +4 -4
- package/esm5/lib/components/service-request/service-request.component.js +4 -4
- package/fesm2015/hmcts-ccpay-web-component.js +3 -3
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +3 -3
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -10411,13 +10411,13 @@
|
|
|
10411
10411
|
*/
|
|
10412
10412
|
function (fee) {
|
|
10413
10413
|
if (!fee.issue_refund_add_refund_add_remission) {
|
|
10414
|
-
return
|
|
10414
|
+
return false;
|
|
10415
10415
|
}
|
|
10416
10416
|
else if (fee.remission_enable && fee.issue_refund_add_refund_add_remission) {
|
|
10417
|
-
return
|
|
10417
|
+
return true;
|
|
10418
10418
|
}
|
|
10419
10419
|
else {
|
|
10420
|
-
return
|
|
10420
|
+
return false;
|
|
10421
10421
|
}
|
|
10422
10422
|
};
|
|
10423
10423
|
/**
|