Fix data type of shipment point id for /api/v5/integration-modules/{code}/edit
This commit is contained in:
parent
e206a69d4a
commit
c6950a2103
@ -28,9 +28,9 @@ class ShipmentPoint
|
||||
public $code;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
* @var string
|
||||
*
|
||||
* @JMS\Type("int")
|
||||
* @JMS\Type("string")
|
||||
* @JMS\SerializedName("shipmentPointId")
|
||||
*/
|
||||
public $shipmentPointId;
|
||||
|
Loading…
Reference in New Issue
Block a user