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
Currently, if there's no order data for a given readerId and orderId, the loader icon will be show up and there forever as there'll be an error at https://github.com/reader-revenue/reader-revenue-demo/blob/main/public/js/monetization-api-buttons.js#L156
TODO: check filteredPlans.length and only if it's > 0, access filteredPlans[0].purchaseInfo else show a message that order not found.
filteredPlans.length
filteredPlans[0].purchaseInfo
The text was updated successfully, but these errors were encountered:
For "query entitlement plan" and "query member data", there'll be a clear & user-friendly message when an error occurs
Sorry, something went wrong.
akira71s
No branches or pull requests
Currently, if there's no order data for a given readerId and orderId, the loader icon will be show up and there forever as there'll be an error at https://github.com/reader-revenue/reader-revenue-demo/blob/main/public/js/monetization-api-buttons.js#L156
TODO: check
filteredPlans.length
and only if it's > 0, accessfilteredPlans[0].purchaseInfo
else show a message that order not found.The text was updated successfully, but these errors were encountered: