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
I tried use and when try to call function iapReceiptValidator get the error
fetch is not defined
I had to do a fork and add fetch-node npm and import on src/index.js and works perfect
idk how to detect if the environment is front or node-server to make a PR, if anyone helps me with that, i'll do a PR for add support to node-server
The text was updated successfully, but these errors were encountered:
You should be using this library instead for server stuff https://github.com/voltrue2/in-app-purchase
Sorry, something went wrong.
U need to polyfill fetch to this package works well, we should add it to the README
No branches or pull requests
I tried use and when try to call function iapReceiptValidator get the error
I had to do a fork and add fetch-node npm and import on src/index.js and works perfect
idk how to detect if the environment is front or node-server to make a PR, if anyone helps me with that, i'll do a PR for add support to node-server
The text was updated successfully, but these errors were encountered: