Feature proposal #8568
closedImplement pending payment indicator
Description
If a payment is pending, for example offline payment gateway or a bank transfer, it does not indicate this to the user when viewing their subscriptions tab. It currently shows a status of "Expired Not yet paid" for new subscriptions and for renewals there is no indication at all. It should more clearly state payment is pending.
Updated by krileon over 3 years ago
The "A payment basket is pending in progress for payment for this. Are you sure that you didn't already pay for this? Here you can pay again:" message output is also unreliable and does not always show.
Updated by krileon over 3 years ago
This seams to primarily happen when attempting to renew a subscription and the payment method used is pending. The buttons behavior in the subscriptions tab is still trying to go to the resubscribe endpoint instead of the pay endpoint. The result is it just flat out ignores existing pending basket for renewals.
Updated by krileon over 3 years ago
- Related to Bug #8589: Attempting to pay a pending basket with offline gateway generates new baskets over and over added
Updated by krileon over 3 years ago
Even if the paynow endpoint is reached it still creates a new basket despite showing error that payment is already pending.
Updated by krileon over 3 years ago
- Status changed from New to Resolved
- Assignee set to krileon
- % Done changed from 0 to 100
Implemented in MR !243
Invoices and Payment History have also been rewritten to accommodate filtering to a specific payment for the pending payment link.