1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Fix data type of shipment point id for /api/v5/integration-modules/{code}/edit

This commit is contained in:
RenCurs 2022-03-18 15:53:27 +03:00 committed by GitHub
parent e206a69d4a
commit c6950a2103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,9 +28,9 @@ class ShipmentPoint
public $code;
/**
* @var int
* @var string
*
* @JMS\Type("int")
* @JMS\Type("string")
* @JMS\SerializedName("shipmentPointId")
*/
public $shipmentPointId;