Hatem Said
Results
2
comments of
Hatem Said
@mamazu @AndreasA I am sorry, I read the conversation but could not understand why there is another Address model in the shop API ? and is there any recommended workaround...
@mamazu I followed @AndreasA suggestion to create the address object in the constructor ``` $this->shippingAddress = AddressAdapter::createFromArray($request->request->get('shippingAddress')); ``` and used Adapter to set values to empty string when missing to...