We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The newly added finishTransaction takes "transaction ID" as its first argument (https://github.com/dooboolab/react-native-iap/blob/master/index.ts#L401), whereas in reality, the user should pass in "purchase token" in the case Android non-consumable (https://github.com/dooboolab/react-native-iap/blob/master/index.ts#L418). I'd recommend refactoring the method to take purchase object instead to make it truly platform-neutral.
finishTransaction
The text was updated successfully, but these errors were encountered:
Thanks! Sounds very reasonable. We'll refactor.
Sorry, something went wrong.
Enhanced finishTransaction method to be more useful
e7eff65
- Resolve #797.
Enhanced finishTransaction method to be more useful (#833)
aef51e1
Successfully merging a pull request may close this issue.
The newly added
finishTransaction
takes "transaction ID" as its first argument (https://github.com/dooboolab/react-native-iap/blob/master/index.ts#L401), whereas in reality, the user should pass in "purchase token" in the case Android non-consumable (https://github.com/dooboolab/react-native-iap/blob/master/index.ts#L418). I'd recommend refactoring the method to take purchase object instead to make it truly platform-neutral.The text was updated successfully, but these errors were encountered: