Payments list counts need attention (original) (raw)
- There is a bug in the payments list page code. Below are images from the payments list page. The first is for ALL payments. Notice it shows 1 PENDING payment:

This next image is of the PENDING tab:
As you can see. there are no actual PENDING payments. Even if we look at the database, we see that there are no pending payments:
And here is what the paymentmeta table looks like:
And here is what the pms_member_subscriptions table looks like:
There is no pending payment in the database, so I don’t know from where the 1 PENDING payment is being pulled. You need to dig through the code to find out why 1 PENDING payment is being indicated when there is no actual pending payment.
You must be logged in to reply to this topic.