diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-02 10:54:00 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-02 10:54:00 +0700 |
| commit | 702b5d9b6e215ad812fadaff3325e1e6164d3b24 (patch) | |
| tree | dfcd471df00e29ac06a839998c50df1c221fb052 /src-migrate/types | |
| parent | a2221f7b66f259cddc83ae95c159b30d7e5612ce (diff) | |
<iman> update pop up tambah keranjang
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/promotion.ts | 4 |
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'; |
