-
Notifications
You must be signed in to change notification settings - Fork 20
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
As a Subscriber I can see both *failing* and *failed* invoices #849
Comments
More detail below
Nice! This is sounds like on the right lines, see below some ideas 👍 In code, we need to be able to return at least these two things:
It's not ok to only show failed invoices. Showing failing invoices is also useful to shop owners- It simply was not coded yet. Why? Showing failed invoices is more critical to shop owners, because by this time all automated collection attempts have failed. This issue (with the above code implemented) will be useful for both subscribers and shop owners. What we do in the UI should be flexibile, so it's important to have the ability to distingish between failed and failing invoices. For example: A combination (
Because it's extreemly useful to know which invoices will be automatically retried (automation, no manual effort needed) vs failed invoices, for which a manual human action must be taken. e.g.
|
Is your feature request related to a problem? Please describe.
Currently, as a Subscriber I can only see failed invoices not failing invoices.
See #811
Describe the solution you'd like
As a Subscriber I can see both failing and failed invoices.
Describe alternatives you've considered
Additional context
This is an enhancement to #811
This is blocking #848
The text was updated successfully, but these errors were encountered: