summaryrefslogtreecommitdiff
path: root/src-migrate/modules/cart
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-05-27 09:05:10 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-05-27 09:05:10 +0700
commit2732c04b36f98a25895826b28003b1e2c56ad952 (patch)
tree00467c10475295fd185afa966530fb0a9f8baf36 /src-migrate/modules/cart
parent3feaad9127ff429b27f0eb69fa6ea539de2f2e8c (diff)
<miqdad> remove purchase_tax_id and vendor_id
Diffstat (limited to 'src-migrate/modules/cart')
-rw-r--r--src-migrate/modules/cart/components/ItemSelect.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src-migrate/modules/cart/components/ItemSelect.tsx b/src-migrate/modules/cart/components/ItemSelect.tsx
index 8dbfe2bc..72ab49aa 100644
--- a/src-migrate/modules/cart/components/ItemSelect.tsx
+++ b/src-migrate/modules/cart/components/ItemSelect.tsx
@@ -91,7 +91,8 @@ const CartItemSelect = ({ item }: Props) => {
id: item.id,
qty: item.quantity,
selected: newSelectedState,
- purchase_tax_id: item.purchase_tax_id || null,
+ // purchase_tax_id: item.purchase_tax_id,
+ // vendor_id: item.vendor_id
});
// Reload cart for consistency