diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-23 06:28:03 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-23 06:28:03 +0000 |
| commit | a6be7fe1690ce5ad4479e9ff4bc4aa795316eacf (patch) | |
| tree | fb0974e6f605069466633d7ccc51c640f6c31e35 /src-migrate/types/cart.ts | |
| parent | 8c64624326a18ecdd2de25731b2f579ea4d2b00d (diff) | |
| parent | 6111e1115ffba4ef336dfb763b3fd23e52b6668b (diff) | |
Merged in Feature/pickup-service (pull request #262)
Feature/pickup service
Diffstat (limited to 'src-migrate/types/cart.ts')
| -rw-r--r-- | src-migrate/types/cart.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/types/cart.ts b/src-migrate/types/cart.ts index 4e3c8b99..a3115103 100644 --- a/src-migrate/types/cart.ts +++ b/src-migrate/types/cart.ts @@ -32,6 +32,8 @@ export type CartItem = { id: number; name: string; stock: number; + is_in_bu: boolean; + on_hand_qty: number; weight: number; attributes: string[]; parent: { |
