Skip to content

Commit

Permalink
type consigneeEMail
Browse files Browse the repository at this point in the history
  • Loading branch information
andyts93 committed Nov 2, 2021
1 parent a4bb572 commit 620dd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Request/CreateRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function toArray()
'consigneeClosingShift2_PeriodOfTheDay' => $this->consignee->getClosingShift2PeriodOfTheDay(),
'consigneeContactName' => $this->consignee->getContactName(),
'consigneeTelephone' => $this->consignee->getTelephone(),
'consigneeEmail' => $this->consignee->getEmail(),
'consigneeEMail' => $this->consignee->getEmail(),
'consigneeMobilePhoneNumber' => $this->consignee->getMobilePhone(),
'isAlertRequired' => $this->isAlertRequired,
'consigneeVATNumber' => $this->consignee->getVatNumber(),
Expand Down

0 comments on commit 620dd97

Please sign in to comment.