From b8e16d2929e1e9da5a8e6cb9118769df8cb7f016 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 19 Jan 2022 11:06:07 +0100 Subject: [PATCH] correction for POST phonenumber and email --- .../Resources/public/vuejs/OnTheFly/components/OnTheFly.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue index 7f8521083..89976caed 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue @@ -221,7 +221,8 @@ export default { "civility": {"id": data.civility}, "profession": {"id": data.profession}, "comment": data.comment, - "phonenumber": data.phonenumber, + "telephone": data.phonenumber, + "email": data.email } // console.log('body', body) postThirdparty(body)