1
0
mirror of synced 2024-11-24 06:16:27 +03:00

Fix shipment and delivery date for delivery callback get

This commit is contained in:
Alex Lushpai 2021-12-17 16:07:23 +03:00 committed by GitHub
commit f16cd5f6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ class ResponseLoadDeliveryData
/**
* @var DateTime
*
* @JMS\Type("DateTime<'Y-m-d H:i:s'>")
* @JMS\Type("DateTime<'Y-m-d'>")
* @JMS\SerializedName("shipmentDate")
*/
public $shipmentDate;
@ -47,7 +47,7 @@ class ResponseLoadDeliveryData
/**
* @var DateTime
*
* @JMS\Type("DateTime<'Y-m-d H:i:s'>")
* @JMS\Type("DateTime<'Y-m-d'>")
* @JMS\SerializedName("deliveryDate")
*/
public $deliveryDate;