summaryrefslogtreecommitdiff
path: root/src-migrate/types
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-02 10:54:00 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-02 10:54:00 +0700
commit702b5d9b6e215ad812fadaff3325e1e6164d3b24 (patch)
treedfcd471df00e29ac06a839998c50df1c221fb052 /src-migrate/types
parenta2221f7b66f259cddc83ae95c159b30d7e5612ce (diff)
<iman> update pop up tambah keranjang
Diffstat (limited to 'src-migrate/types')
-rw-r--r--src-migrate/types/promotion.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src-migrate/types/promotion.ts b/src-migrate/types/promotion.ts
index 217bba33..dce442ad 100644
--- a/src-migrate/types/promotion.ts
+++ b/src-migrate/types/promotion.ts
@@ -37,6 +37,10 @@ export interface IProductVariantPromo {
price_discount: number;
};
qty: number;
+ manufacture: {
+ manufacture_name: string;
+ manufacture_id:number;
+ }
}
export type CategoryPromo = 'bundling' | 'discount_loading' | 'merchandise';