summaryrefslogtreecommitdiff
path: root/src-migrate/types
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-02 17:15:39 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-02 17:15:39 +0700
commit55c9f5e1fb868c85e704529ac914b3d75fc7744e (patch)
tree75543baf82a73fb7e8dea6c8a1c353e02c57bbcd /src-migrate/types
parentd57ca7be5e2de9c48f4229b20a49a94bf05e88d1 (diff)
parent6a2c25e83a45eeb5d613a99a0caa6f0ec1aae15f (diff)
<iman> Merge branch 'development' into Feature/new-cart-popup
Diffstat (limited to 'src-migrate/types')
-rw-r--r--src-migrate/types/promotion.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/types/promotion.ts b/src-migrate/types/promotion.ts
index 10f6d8b0..217bba33 100644
--- a/src-migrate/types/promotion.ts
+++ b/src-migrate/types/promotion.ts
@@ -21,6 +21,7 @@ export interface IPromotion {
product_id: number;
qty: number;
}[];
+
}
export interface IProductVariantPromo {