WIP dontation block.

This commit is contained in:
Bryan Mauger 2025-01-28 13:55:45 -05:00
parent 11c12c3416
commit 8fc29cbdf8
3 changed files with 217 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -37,7 +37,10 @@
:isItac="isItac"
:isNoComp="isNoComp"
:isExpandedOnLoad="false" />
<div class="mt-3">
<donationBlock
cmsWidgetName="DonationWidget" />
</div>
<hr />
<div>
@ -156,6 +159,7 @@ import { mapTaxedLineItemsToStoreFormat } from "../../store";
import { coverageStatus } from "@/constants/insurance";
import { containsLineItemWithPartType } from "@/helpers/service-package-helper";
import { containsRecalParts } from "@/helpers/recal-helper";
import donationBlock from "@/fmg-components/donation-block/donation-block.vue";
defineRule("payment-method-required", required(errorMessages.OPTION_REQUIRED));
defineRule("recal-ack-required", required(errorMessages.RECAL_ACK_REQUIRED));
@ -847,6 +851,7 @@ export default {
textBlock,
checkboxQuestion,
contentGroupModal,
donationBlock,
},
};
</script>