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

Fix bonus details response data

This commit is contained in:
curse89 2023-10-12 16:57:34 +03:00 committed by GitHub
parent b497e37c8e
commit ef7d5cba25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1190,7 +1190,7 @@ EOF;
}, },
"bonuses": [ "bonuses": [
{ {
"date": "2021-03-17 18:08:02", "date": "2021-03-17",
"amount": 1.2 "amount": 1.2
} }
], ],