feature/refund #6

Merged
ncoronel merged 10 commits from feature/refund into homologacion 2026-09-17 15:19:23 +00:00
3 changed files with 12 additions and 4 deletions
Showing only changes of commit 8664c86915 - Show all commits

View File

@@ -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: {