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

Merge pull request #115 from Neur0toxine/fix-custom-field-annotation

fix for `CustomFieldsCreateRequest` annotations
This commit is contained in:
Alex Lushpai 2021-08-30 09:50:10 +03:00 committed by GitHub
commit 1a5c972842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ class CustomFieldsCreateRequest implements RequestInterface
*
* @Form\Type("RetailCrm\Api\Model\Entity\CustomFields\CustomField")
* @Form\SerializedName("customField")
* @Form\JsonField()
*/
public $customField;