1
0
mirror of synced 2024-11-24 22:36:06 +03:00

Fix costs upload request model (#175)

This commit is contained in:
curse89 2023-08-01 10:00:53 +03:00 committed by GitHub
parent bb5a205cd1
commit a68705055c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ class CostsUploadRequest implements RequestInterface
*
* @Form\Type("array<RetailCrm\Api\Model\Entity\Costs\Cost>")
* @Form\SerializedName("costs")
* @Form\JsonField()
*/
public $costs;
}