Adapt changes in api

This commit is contained in:
Björn Fromme
2019-09-17 11:14:22 +02:00
parent d59748a030
commit 6079340162
4 changed files with 19 additions and 18 deletions
@@ -74,9 +74,9 @@ class AjaxFormController extends ActionController
$addressData = [
'name' => $contactForm->getName(),
'vorname' => $contactForm->getFirstName(),
'firstName' => $contactForm->getFirstName(),
'email' => $contactForm->getEmail(),
'geschlecht' => $contactForm->getGender(),
'gender' => $contactForm->getGender(),
];
$this->bookingApiService->registerAddress($addressData);