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 * @var DateTime
* *
* @JMS\Type("DateTime<'Y-m-d H:i:s'>") * @JMS\Type("DateTime<'Y-m-d'>")
* @JMS\SerializedName("certificateDate") * @JMS\SerializedName("certificateDate")
*/ */
public $certificateDate; public $certificateDate;

View File

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