From 0767e5e7f02ab800de6563cf48cd23e74a9e5aa7 Mon Sep 17 00:00:00 2001 From: Jonathan Chevalier Date: Thu, 6 Oct 2022 17:07:12 +0200 Subject: [PATCH] WIP MMCM --- src/views/delivery-option-summary.vue | 4 +++- src/views/final-step.vue | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/delivery-option-summary.vue b/src/views/delivery-option-summary.vue index 4a2419e..58ef41e 100644 --- a/src/views/delivery-option-summary.vue +++ b/src/views/delivery-option-summary.vue @@ -38,9 +38,11 @@ export default { const urlApi = '/php/api/v3/mmcm.php?EXEC=addToCart&ID_PRODUCT=' + this.store.idProduct + '&with_prescription=' + this.store.withPrescription + '&date_delivery=' + this.store.dateDelivery - //+ '&ID_SESSION=0CuKKzvR' + // + '&ID_SESSION=bCyP0dgW' ; + // console.log(urlApi) + const result = await fetch(urlApi) .then(response => { if (response.ok) { diff --git a/src/views/final-step.vue b/src/views/final-step.vue index 98de90b..0bf7e7b 100644 --- a/src/views/final-step.vue +++ b/src/views/final-step.vue @@ -2,7 +2,7 @@

Votre ordonnance livré à domicile a été ajoutée au panier

- + Finaliser ma commande