diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-11 08:38:37 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-11 08:38:37 +0000 |
| commit | de1bb091b148aa5ef2d5a168e19f1c2dac9e67b0 (patch) | |
| tree | 1282a5abf21e8539df499d8172c1786ad413e9cc /src-migrate/types | |
| parent | 0aa235cb03e92209d2bcbda8eda4c33d35e62e13 (diff) | |
| parent | 46769b859bb56807d47053c3b99810455db12803 (diff) | |
Merged in Feature/all-promotion (pull request #159)
Feature/all promotion
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/cart.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/types/cart.ts b/src-migrate/types/cart.ts index 5a2cf4a9..4e3c8b99 100644 --- a/src-migrate/types/cart.ts +++ b/src-migrate/types/cart.ts @@ -23,6 +23,7 @@ export type CartProduct = { }; export type CartItem = { + image_program: string; cart_id: number; quantity: number; selected: boolean; |
