Order refund amounts must be stored, not calculated properties #89411
Labels
No Label
Priority::High
Priority::Normal
Status::Confirmed
Status::Needs Triage
Status::Resolved
Type::Report
Type::To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/looper#89411
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently,
Order
has no columns that store any data about refunds, that data has to be computed based on order's transactions, which makes the following problematic/slow/near impossible:Order
should get extra columns to store refunded amounts (the actual sum ofTransaction.amount_refunded
and the refunded tax, if applicable).Added subscriber: @railla
Changed status from 'Needs Triage' to: 'Resolved'