From b748ef94af8b6948c0bc2c2b9420bf56cf9e16c9 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Tue, 9 Apr 2024 15:18:45 -0400 Subject: [PATCH] Cleaning up cart item type --- src/constants/cart-item-type.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/constants/cart-item-type.js b/src/constants/cart-item-type.js index c1a322c9..b3e1ecf4 100644 --- a/src/constants/cart-item-type.js +++ b/src/constants/cart-item-type.js @@ -1,9 +1,5 @@ const cartItemType = Object.freeze({ - // FRONT_WIPERS: 'FRONT WIPERS', - // REAR_WIPERS: 'REAR WIPERS', - // RAIN_DEFENSE: 'RAIN DEFENSE', RECYCLE_FEE: 'RECYCLE FEE', - // REPLACE_FEE: 'REPLACE FEE', MOBILE_FEE: 'MOBILE FEE', VAP: 'VAP' });