-
Notifications
You must be signed in to change notification settings - Fork 17
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
Handling IllegalStateException in case of mutiple Buy method call #56
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Hello,
|
Hello, About those improvements:
Because the implementation would change otherwise , do you confirm the need of your first point over the second one ? |
Just to make sure we are on the same page on the first point: I am not asking to update the file but simply not to modify it. |
…o refresh and consume, adding custom error code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review, and thanks for the changes!
It looks good. There's just a very small typo in the readme 😃
README.md
Outdated
@@ -238,6 +238,7 @@ Failure callbacks return an error as an integer. See the following error table: | |||
| 23 | `INVALID_PAYMENT` | Indicates that one of the payment parameters was not recognized | | |||
| 24 | `UNAUTHORIZED` | Indicates that the user is not allowed to authorise payments (e.g. parental lock) | | |||
| 25 | `RECEIPT_REFRESH_FAILED` | | | |||
| 25 | `CONFLICTED_ASYNC_OPERATION`| Asynchronous calls cannot be run in parallel | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very small typo here, it should be 26
:)
Here you go :) |
Sorry, as my account is quite recent, github flagged it which hid everything I did on the platform. |
No worries 😃 Thanks for fixing the last typo, I'll merge the PR asap! |
Possible fix for #54