Fixed typo
This commit is contained in:
parent
c8a1938329
commit
de3810d3dd
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ export default {
|
||||||
// Check if Service Zip entered is serviceable
|
// Check if Service Zip entered is serviceable
|
||||||
if (zipValidationResponse.data.isServiceable) {
|
if (zipValidationResponse.data.isServiceable) {
|
||||||
// If the Service Zip entered is serviceable then save the Zip Info and Email Address and navigate forward
|
// 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, {
|
await this.dispatchStoreAction(storeActions.SAVE_SERVICE_LOCATION, {
|
||||||
zipCode: this.serviceZipCode,
|
zipCode: this.serviceZipCode,
|
||||||
state: zipValidationResponse.data.state
|
state: zipValidationResponse.data.state
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue