From 07dec08fdd98bb02277d231a0967691fea76a6d9 Mon Sep 17 00:00:00 2001 From: Jonathan Chevalier Date: Thu, 24 Nov 2022 17:31:04 +0100 Subject: [PATCH] WIP MMCM --- src/components/FlexCard.vue | 12 +++++++++++- src/views/address-check.vue | 2 +- src/views/delivery-option-step-1.vue | 8 ++++---- src/views/delivery-option-step-2.vue | 2 ++ src/views/delivery-option-summary.vue | 2 +- 5 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/components/FlexCard.vue b/src/components/FlexCard.vue index 9849300..ef7d7da 100644 --- a/src/components/FlexCard.vue +++ b/src/components/FlexCard.vue @@ -1,5 +1,5 @@ diff --git a/src/views/delivery-option-summary.vue b/src/views/delivery-option-summary.vue index 8b28cdb..11748cc 100644 --- a/src/views/delivery-option-summary.vue +++ b/src/views/delivery-option-summary.vue @@ -78,7 +78,7 @@ export default { } if (import.meta.env.DEV) { - urlApi += '&ID_SESSION=3LnS0bwF'; + urlApi += '&ID_SESSION=5GGl6BtF'; console.log(urlApi) }