diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-01 01:49:38 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-01 01:49:38 +0000 |
| commit | f0296b4ef91158ef9c12d4a5b4f17c574352916f (patch) | |
| tree | ab31341b2be2546e28963b6634747a6dc22e28c5 /src-migrate/types | |
| parent | b0f4055042aa0efbbef1ebafbbb032dc4b67da58 (diff) | |
| parent | 0abd42f8b528b3166169fef7093d4d8b22f3fb79 (diff) | |
Merged in Feature/iman-cart-popup (pull request #193)
<iman> add pop up when hit keranjang button
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/promotion.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-migrate/types/promotion.ts b/src-migrate/types/promotion.ts index 85190aad..217bba33 100644 --- a/src-migrate/types/promotion.ts +++ b/src-migrate/types/promotion.ts @@ -10,15 +10,18 @@ export interface IPromotion { limit_user: number; limit_trx: number; price: number; + image: string; total_qty: number; products: { product_id: number; qty: number; + name: string; }[]; free_products: { product_id: number; qty: number; }[]; + } export interface IProductVariantPromo { |
