fixed LegalEntity certificateDate format
This commit is contained in:
commit
f04a352126
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user