-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
There is an issue when server sends a response with empty $order->Customer->IndividualIdentity object.
[Customer] => stdClass Object
(
[CoAddress] => c/o Eriksson, Erik
[CountryCode] => SE
[CustomerType] => Individual
[Email] =>
[FullName] => Persson, Tess T
[HouseNumber] =>
[IndividualIdentity] => null
[Locality] => Stan
[NationalIdNumber] => 194605092222
[PhoneNumber] =>
[PublicKey] =>
[Street] => Testgatan 1
[ZipCode] => 99999
)
Error when IndividualIdentity is null.
There is an error when trying set data in the methods:
$this->customer->setInitials and $this->customer->setName
in the files:
src/AdminService/AdminServiceResponse/GetAccountCreditsResponse.php
src/AdminService/AdminServiceResponse/GetOrdersResponse.php
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels