diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-12 12:12:16 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-12 12:12:16 +0700 |
| commit | 82bcfbeab8a79b74caad00a57f4aeb3591d838b2 (patch) | |
| tree | d06fb9adc4bebb71f8e37d35d1f65edc8fad2b72 /src-migrate/types | |
| parent | 49b579edf67297031a0c867019d1089c4369a523 (diff) | |
<Miqdad> cart smentaracr_prod_card
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/cart.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-migrate/types/cart.ts b/src-migrate/types/cart.ts index 05fdcadb..fbf7c3f5 100644 --- a/src-migrate/types/cart.ts +++ b/src-migrate/types/cart.ts @@ -1,4 +1,4 @@ -import { CategoryPromo } from "./promotion"; +import { CategoryPromo } from './promotion'; type Price = { price: number; @@ -37,6 +37,7 @@ export type CartItem = { available_quantity: number; weight: number; attributes: string[]; + voucher_pasti_hemat?: boolean; parent: { id: number; name: string; |
