Service package
This commit is contained in:
hiteshkumar87 2024-07-29 18:55:28 +05:30
parent ea16e6da30
commit c197093632

View file

@ -154,7 +154,7 @@ const routes = [
store.commit(storeMutations.UPDATE_LEAD_GEN_IS_INSURANCE, true);
store.commit(
storeMutations.UPDATE_LEAD_GEN_SERVICE_PACKAGE,
leadGenServicePackage
leadGenServicePackage?.toLowerCase()
);
}
if (leadGenDamage.toUpperCase() != "WINDSHIELDREPAIR") {