We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bb572 commit 620dd97Copy full SHA for 620dd97
src/Request/CreateRequest.php
@@ -265,7 +265,7 @@ public function toArray()
265
'consigneeClosingShift2_PeriodOfTheDay' => $this->consignee->getClosingShift2PeriodOfTheDay(),
266
'consigneeContactName' => $this->consignee->getContactName(),
267
'consigneeTelephone' => $this->consignee->getTelephone(),
268
- 'consigneeEmail' => $this->consignee->getEmail(),
+ 'consigneeEMail' => $this->consignee->getEmail(),
269
'consigneeMobilePhoneNumber' => $this->consignee->getMobilePhone(),
270
'isAlertRequired' => $this->isAlertRequired,
271
'consigneeVATNumber' => $this->consignee->getVatNumber(),
0 commit comments