summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-10-27 10:19:00 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-10-27 10:19:00 +0700
commitef91c1c4e3718c01d6c1c5dd621ce5215b514543 (patch)
treec375e64f0b5296098549d86ebfc4c59cafabda81
parentc812f260ceb99df4c8904bad5a9cece0badccfcd (diff)
<MIqdad> remove voucher pasti hemat types
-rw-r--r--src-migrate/types/product.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/types/product.ts b/src-migrate/types/product.ts
index 2347cbf6..7212d34d 100644
--- a/src-migrate/types/product.ts
+++ b/src-migrate/types/product.ts
@@ -41,7 +41,7 @@ export interface IProduct {
max_discount: number;
discount_type: string;
};
- voucher_pasti_hemat: any;
+ // voucher_pasti_hemat: any;
}
export interface IProductDetail extends IProduct {