refactor(purchases): remove duplicated refund amount
This commit is contained in:
parent
9e72ec0c60
commit
8664c86915
|
|
@ -115,7 +115,6 @@ export interface PurchaseDetailItemResponse {
|
|||
quantity: number;
|
||||
unit_price: string;
|
||||
line_total: string;
|
||||
refunded_amount?: string;
|
||||
source_catalog_item_id: number | null;
|
||||
source_variant_id: number | null;
|
||||
item_details: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue