Merge pull request #8 from gridnevalex/fix_contragent_serializer_type
Fix Contragent serializer type in Customer
This commit is contained in:
commit
2a7b2d7238
@ -79,7 +79,7 @@ class Customer
|
|||||||
*
|
*
|
||||||
* @Serializer\Groups({"get"})
|
* @Serializer\Groups({"get"})
|
||||||
* @Serializer\SerializedName("contragent")
|
* @Serializer\SerializedName("contragent")
|
||||||
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Model\Contragent")
|
* @Serializer\Type("RetailCrm\DeliveryModuleBundle\Model\Contragent")
|
||||||
*/
|
*/
|
||||||
public $contragent;
|
public $contragent;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user