Skip to content

Commit 620dd97

Browse files
committed
type consigneeEMail
1 parent a4bb572 commit 620dd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request/CreateRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function toArray()
265265
'consigneeClosingShift2_PeriodOfTheDay' => $this->consignee->getClosingShift2PeriodOfTheDay(),
266266
'consigneeContactName' => $this->consignee->getContactName(),
267267
'consigneeTelephone' => $this->consignee->getTelephone(),
268-
'consigneeEmail' => $this->consignee->getEmail(),
268+
'consigneeEMail' => $this->consignee->getEmail(),
269269
'consigneeMobilePhoneNumber' => $this->consignee->getMobilePhone(),
270270
'isAlertRequired' => $this->isAlertRequired,
271271
'consigneeVATNumber' => $this->consignee->getVatNumber(),

0 commit comments

Comments
 (0)