Skip to content

Commit 06791e9

Browse files
akriloКирилл Гавиновичgwinn
authored
Fix deserialization for statusDate in DeliveryData (#237)
Co-authored-by: Кирилл Гавинович <gavinovich@retailcrm.ru> Co-authored-by: Alex Lushpai <lushpai@gmail.com>
1 parent e8964e7 commit 06791e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/Entity/Orders/Delivery/DeliveryData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class DeliveryData
8383
/**
8484
* @var DateTime
8585
*
86-
* @JMS\Type("DateTime<'Y-m-d H:i:s'>")
86+
* @JMS\Type("string")
8787
* @JMS\SerializedName("statusDate")
8888
*/
8989
public $statusDate;

0 commit comments

Comments
 (0)