summaryrefslogtreecommitdiff
path: root/src-migrate/types
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-11 14:10:18 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-11 14:10:18 +0700
commitd584d4620ff633e68fa37f98089d9056012e7b21 (patch)
tree4b154023bc18d87ace04e8ecc86de5d26429eb6e /src-migrate/types
parent061400a92ef10ac5f9eb1ac05a7b97bd4b3a0cd5 (diff)
<iman> add image promotion on keranjang
Diffstat (limited to 'src-migrate/types')
-rw-r--r--src-migrate/types/cart.ts1
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;