diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 92b08faa3..22c6549b2 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -45,7 +45,7 @@ v-bind:isDismissible="false" /> -
+
- + class="mb-5" + cmsWidgetName="RecalUnderstandCopyWidget" />
@@ -111,7 +109,10 @@ import baseMixin from "@/mixins/base-mixin.js"; import { settleAllPromises } from "@/helpers/layout-helper"; import { storeActions } from "@/constants/store-actions"; import store from "@/store"; -import { fetchCmsContentForPage } from "@/helpers/cms-content-helper"; +import { fetchCmsContentForPage, + doesCopyContainRouterLink, + getRouterLinkRouteFromCopy, } +from "@/helpers/cms-content-helper"; import { paymentMethods } from "@/constants/payment-method-constants"; import { experimentSettings } from "@/constants/experiments"; import { @@ -337,6 +338,11 @@ export default { }; }, methods: { + doesCopyContainRouterLink, + getRouterLinkRouteFromCopy, + navigateWithScenario(scenarioName) { + this.$router.navigateWithoutSaving(scenarioName, this.$route); + }, arePagePrerequisitesValid() { // Service Location const serviceLocation = store.getters.order.serviceLocation;