Adjust to API service signature
This commit is contained in:
@@ -73,7 +73,7 @@ class AjaxFormController extends ActionController
|
|||||||
);
|
);
|
||||||
|
|
||||||
$addressData = [
|
$addressData = [
|
||||||
'name' => $contactForm->getName(),
|
'lastName' => $contactForm->getName(),
|
||||||
'firstName' => $contactForm->getFirstName(),
|
'firstName' => $contactForm->getFirstName(),
|
||||||
'email' => $contactForm->getEmail(),
|
'email' => $contactForm->getEmail(),
|
||||||
'gender' => $contactForm->getGender(),
|
'gender' => $contactForm->getGender(),
|
||||||
|
|||||||
Reference in New Issue
Block a user