CASH-1426

CASH-1426 use correct part number for rain repel discount.  rain defen is the actual part number on the part file.
This commit is contained in:
CarlNation 2025-10-19 10:31:00 -04:00 committed by AdamCaouetteSafelite
parent 4b65a9ddb3
commit 63b3ef642f

View file

@ -6,11 +6,15 @@ import baseMixin from "@/mixins/base-mixin.js";
export const promoPartNumberStrings = {
WIPER_DISCOUNT_PART_NUMBER: "WIPER DISCOUNT",
<<<<<<< HEAD
<<<<<<< HEAD
RAIN_REPEL_DISCOUNT_PART_NUMBER: "DISC RAIN DEFEN",
=======
RAIN_REPEL_DISCOUNT_PART_NUMBER: "DISCOUNT",
>>>>>>> 2730b0650 (CASH-1426)
=======
RAIN_REPEL_DISCOUNT_PART_NUMBER: "DISC RAIN DEFEN",
>>>>>>> 3b171fe57 (CASH-1426)
GLASS_DISCOUNT_PART_NUMBER: "DISCOUNT",
GLASS_CLEANER_DISCOUNT_PART_NUMBER: "DISC GLASS CLN",
};