correction for POST phonenumber and email

This commit is contained in:
Julie Lenaerts 2022-01-19 11:06:07 +01:00
parent c44d962ba8
commit f093765d03

View File

@ -227,7 +227,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)