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
https://stacker.news/items/676813/r/k00b?commentId=677395
This happens here:
stacker.news/api/paidAction/index.js
Line 187 in 8c56904
I suspect the invoice is not in a FAILED state yet for some reason or the client sends the wrong invoiceId.
FAILED
invoiceId
Either way, we probably shouldn't destructure here so we can check the return value and send a back a better error message.
The text was updated successfully, but these errors were encountered:
huumn
Successfully merging a pull request may close this issue.
https://stacker.news/items/676813/r/k00b?commentId=677395
This happens here:
stacker.news/api/paidAction/index.js
Line 187 in 8c56904
I suspect the invoice is not in a
FAILED
state yet for some reason or the client sends the wronginvoiceId
.Either way, we probably shouldn't destructure here so we can check the return value and send a back a better error message.
The text was updated successfully, but these errors were encountered: