This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Show error details when all payments are failed #55
Labels
Milestone
Comments
@MadOPcode no. I mean in the toastr. See screenshots above:
So we have to show error details inside toastr even if all payments are failed like this in toastr: |
@maxceem but in #54 you wrote:
So should the error messages be both in the popovers near checkboxes and in the toastrs or only in the popovers? |
Ah, you are right. So the current issue is not needed anymore. As we would not show error messages in toaster anymore. We would always show them near checkboxes. Please, ignore this issue. |
This is no longer needed, as per #54 we are showing errors inside the rows instead of toastrt. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment when some payments are failed and some are successful we are showing error details for failed payments:
But if all payments are failed we are not showing error details:
We should show error details in both cases. So we always would like to know the error details of the failed payments.
The text was updated successfully, but these errors were encountered: