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

Misspelled Failure event classsproperty dsc #115

Open
marinkiss opened this issue Feb 11, 2024 · 0 comments
Open

Misspelled Failure event classsproperty dsc #115

marinkiss opened this issue Feb 11, 2024 · 0 comments

Comments

@marinkiss
Copy link

public function getDsc()

According to Viber's documentation page, the property for failed event description should be desc and not dsc.

Respectivelly, the method should return $this->desc and the getter's name should match the property name:

public function getDesc() { return $this->desc; }

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

1 participant