Fixed typo

This commit is contained in:
Leah Schumann 2022-07-13 09:17:42 -04:00
parent c8a1938329
commit de3810d3dd

View file

@ -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