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