mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
correction for POST phonenumber and email
This commit is contained in:
parent
c44d962ba8
commit
f093765d03
@ -227,7 +227,8 @@ export default {
|
|||||||
"civility": {"id": data.civility},
|
"civility": {"id": data.civility},
|
||||||
"profession": {"id": data.profession},
|
"profession": {"id": data.profession},
|
||||||
"comment": data.comment,
|
"comment": data.comment,
|
||||||
"phonenumber": data.phonenumber,
|
"telephone": data.phonenumber,
|
||||||
|
"email": data.email
|
||||||
}
|
}
|
||||||
// console.log('body', body)
|
// console.log('body', body)
|
||||||
postThirdparty(body)
|
postThirdparty(body)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user