correction for POST phonenumber and email

This commit is contained in:
Julie Lenaerts 2022-01-19 11:06:07 +01:00
parent 88fc5e94fa
commit b8e16d2929

View File

@ -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)