Merge pull request #2370 from Safelite/nation/CASH-387

CASH-320
This commit is contained in:
CarlNation 2025-03-20 15:04:55 -04:00 committed by GitHub
commit 83cfcfbe0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -720,7 +720,8 @@ export const mutations = {
// if we're loading a session and we do not have a provider number yet, then set isInsurance to null so that
// a service package is not selected by default on the quote page.
if (
!sessionInformation.order.payment.isInsurance &&
(sessionInformation.order.payment.isInsurance === null ||
sessionInformation.order.payment.isInsurance === undefined) &&
!sessionInformation.order.serviceLocation.provider?.providerNumber
) {
state.order.payment.isInsurance = null;