CSR-1794
This commit is contained in:
parent
8609736787
commit
85c1f985f8
1 changed files with 0 additions and 13 deletions
|
|
@ -35,10 +35,6 @@
|
||||||
|
|
||||||
<hr class="mb-5" />
|
<hr class="mb-5" />
|
||||||
|
|
||||||
<paymentSwitch
|
|
||||||
cmsWidgetName="PaymentMethodWidget"
|
|
||||||
:paymentType="paymentType"
|
|
||||||
@switch-payment-event="switchPIAMethod" />
|
|
||||||
<navbar
|
<navbar
|
||||||
cmsWidgetName="FunnelFooterWidget"
|
cmsWidgetName="FunnelFooterWidget"
|
||||||
isForwardActionDisabled="true"
|
isForwardActionDisabled="true"
|
||||||
|
|
@ -180,7 +176,6 @@ import funnelHeader from "@/fmg-components/funnel-header/funnel-header";
|
||||||
import navbar from "@/fmg-components/nav-bar/nav-bar";
|
import navbar from "@/fmg-components/nav-bar/nav-bar";
|
||||||
import loadingModal from "@/fmg-components/loading-modal/loading-modal.vue";
|
import loadingModal from "@/fmg-components/loading-modal/loading-modal.vue";
|
||||||
import cart from "@/fmg-components/cart/cart";
|
import cart from "@/fmg-components/cart/cart";
|
||||||
import paymentSwitch from "./payment-switch/payment-switch.vue";
|
|
||||||
|
|
||||||
import { storeActions } from "@/constants/store-actions";
|
import { storeActions } from "@/constants/store-actions";
|
||||||
import store from "@/store";
|
import store from "@/store";
|
||||||
|
|
@ -402,9 +397,6 @@ export default {
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
switchPaymentText() {
|
|
||||||
return this.getCmsContent("PaymentMethodWidget", "QuestionText");
|
|
||||||
},
|
|
||||||
damageInfo() {
|
damageInfo() {
|
||||||
return this.$store.getters.damage;
|
return this.$store.getters.damage;
|
||||||
},
|
},
|
||||||
|
|
@ -565,10 +557,6 @@ export default {
|
||||||
window.location = applicationConfig.PIA_CANCEL_URL;
|
window.location = applicationConfig.PIA_CANCEL_URL;
|
||||||
//this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
|
//this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
|
||||||
},
|
},
|
||||||
switchPIAMethod(payMethod) {
|
|
||||||
this.paymentType = payMethod;
|
|
||||||
this.submitHopForm();
|
|
||||||
},
|
|
||||||
submitHopForm() {
|
submitHopForm() {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.hopForm.submit();
|
this.$refs.hopForm.submit();
|
||||||
|
|
@ -625,7 +613,6 @@ export default {
|
||||||
navbar,
|
navbar,
|
||||||
loadingModal,
|
loadingModal,
|
||||||
cart,
|
cart,
|
||||||
paymentSwitch,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue