From de3810d3dd0c2af2ef9298760aacb498247b0232 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 13 Jul 2022 09:17:42 -0400 Subject: [PATCH] Fixed typo --- src/layouts/vin-lookup/vin-lookup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index 2a79a74d6..d163f36d5 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -301,7 +301,7 @@ export default { // Check if Service Zip entered is serviceable if (zipValidationResponse.data.isServiceable) { // If the Service Zip entered is serviceable then save the Zip Info and Email Address and navigate forward - if (this.$store.getters.order.serviceLocation.zipCode != this.zip) { + if (this.$store.getters.order.serviceLocation.zipCode != this.serviceZipCode) { await this.dispatchStoreAction(storeActions.SAVE_SERVICE_LOCATION, { zipCode: this.serviceZipCode, state: zipValidationResponse.data.state