Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Разные типы переменных в PrintReceiptsResponse #17

Open
sanmai opened this issue Sep 7, 2018 · 3 comments
Open

Comments

@sanmai
Copy link
Contributor

sanmai commented Sep 7, 2018

$this->errors = array_merge($this->orders, $this->ordersPrint);

orders и ordersPrint объявлены как Order[], а errors объявлено как PrintReceiptsError[], то есть массив совершенно другого типа. Здесь что-то другое имелось ввиду?

@greabock
Copy link
Collaborator

@jhaoda Пинг

@jhaoda
Copy link
Member

jhaoda commented Sep 21, 2018

@sanmai не могли бы вы проверить, что там на самом деле возвращается? Я не помню абсолютно.

@sanmai
Copy link
Contributor Author

sanmai commented Oct 3, 2018

Да собственно там прям сверху и написано что именно рассериализуется:

@JMS\Type("array<Appwilio\CdekSDK\Responses\Types\PrintReceiptsError>")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants