Fix Contragent serializer type in Customer
This commit is contained in:
parent
92a0e575d4
commit
585d86c998
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Customer
|
|||
*
|
||||
* @Serializer\Groups({"get"})
|
||||
* @Serializer\SerializedName("contragent")
|
||||
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Model\Contragent")
|
||||
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Contragent")
|
||||
*/
|
||||
public $contragent;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue