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