Skip to content

Commit

Permalink
Response object for change_available method
Browse files Browse the repository at this point in the history
  • Loading branch information
gwinn authored Feb 10, 2023
2 parents 7149069 + 2f8c998 commit 31196cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Service/Dellin/Model/Response/Order/ChangeInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ class ChangeInfo
public $displayName;

/**
* @var string
* https://dev.dellin.ru/api/order/check/
*
* @Serializer\Type("string")
* @Serializer\SerializedName("info")
* Данный параметр есть только у response.data.payer, но в
* документации тип указан как string, однако API возвращает
* пустой объект
* В своем модуле это значение мы не используем
*/
public $info;
// public $info;
}

0 comments on commit 31196cb

Please sign in to comment.