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