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

fixed LegalEntity certificateDate format

This commit is contained in:
Владимир Колчин 2024-04-16 10:40:35 +03:00
parent fda9208de2
commit e3877587bb
2 changed files with 5 additions and 3 deletions

View File

@ -97,7 +97,7 @@ class LegalEntity
/**
* @var DateTime
*
* @JMS\Type("DateTime<'Y-m-d H:i:s'>")
* @JMS\Type("DateTime<'Y-m-d'>")
* @JMS\SerializedName("certificateDate")
*/
public $certificateDate;

View File

@ -2671,7 +2671,8 @@ EOF;
"legalName": "ИП Бороздина Татьяна Александровна",
"INN": "773719480254",
"code": "test",
"countryIso": "RU"
"countryIso": "RU",
"certificateDate": "2020-01-01"
},
"countryIso": "RU",
"currency": "RUB",
@ -2702,7 +2703,8 @@ EOF;
"legalName": "ИП Бороздина Татьяна Александровна",
"INN": "773719480154",
"code": "Vog_Gallery",
"countryIso": "RU"
"countryIso": "RU",
"certificateDate": "2020-01-01"
},
"countryIso": "RU",
"currency": "RUB"