Fix data of store in "RequestSave" (#132)
This commit is contained in:
parent
e76bb59970
commit
6a8f9ec589
@ -67,14 +67,6 @@ class RequestSave
|
|||||||
*/
|
*/
|
||||||
public $store;
|
public $store;
|
||||||
|
|
||||||
/**
|
|
||||||
* @var \RetailCrm\Api\Model\Callback\Entity\Delivery\SerializedStoreWeekOpeningHours
|
|
||||||
*
|
|
||||||
* @JMS\Type("RetailCrm\Api\Model\Callback\Entity\Delivery\SerializedStoreWeekOpeningHours")
|
|
||||||
* @JMS\SerializedName("storeworkTime")
|
|
||||||
*/
|
|
||||||
public $storeworkTime;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*
|
*
|
||||||
|
@ -34,4 +34,12 @@ class Store
|
|||||||
* @JMS\SerializedName("name")
|
* @JMS\SerializedName("name")
|
||||||
*/
|
*/
|
||||||
public $name;
|
public $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var \RetailCrm\Api\Model\Callback\Entity\Delivery\SerializedStoreWeekOpeningHours
|
||||||
|
*
|
||||||
|
* @JMS\Type("RetailCrm\Api\Model\Callback\Entity\Delivery\SerializedStoreWeekOpeningHours")
|
||||||
|
* @JMS\SerializedName("workTime")
|
||||||
|
*/
|
||||||
|
public $workTime;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user