diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-14 10:02:38 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-14 10:02:38 +0000 |
| commit | c134e679dc9dbac4d58a46b85f155512ffe87f9e (patch) | |
| tree | 356c72d57c3231468e718277097acb7af8f6bf17 /src-migrate/types/cart.ts | |
| parent | 879fa756d9445c8657e9133938a25593402d1018 (diff) | |
| parent | 08e5b76ba58645929ddeda1830f85f3eaf43969e (diff) | |
Merged in Feature/pickup-service (pull request #237)
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: { |
