BristolSTA/uobtheatre-web

Better Payment Information For Bookings

Closed this issue · 4 comments

atoff commented

At the moment, we simply show the bookings status and the total net transactions
image

When there are multiple transactions, we should show a list of these transactions to better understand the meaning behind the total - especially in the admin panel but also for the user too

What exactly do we want to show, @atoff? Do we ever have bookings with multiple transactions? Or do you want to show refunds/failed payments here too?

atoff commented

Per the API, transactions can either be of type payment or refund. When a booking only has one transaction (e.g. their payment) what we currently do is fine. But as soon as their booking has multiple transactions, they won't be able to see the details of these. We probably want to show a table kinda of thing with the list of transactions on the booking when > 1

Yeah this will happen with refunds moving to front end then

Resolve by #359