Merge remote-tracking branch 'origin/release/2025.09.04' into feature/CASH-1423
This commit is contained in:
commit
fad3ecb5f3
1 changed files with 7 additions and 7 deletions
|
|
@ -295,14 +295,14 @@ export default {
|
|||
this.displayNoServiceAlert = true;
|
||||
return null;
|
||||
}
|
||||
|
||||
getShopProviderData(this.localZipCode).then(async (result) => {
|
||||
this.localShopProviderData = result.data;
|
||||
this.numberOfShopsToDisplay = 3;
|
||||
this.updateShopsForZip();
|
||||
this.isLoading = false;
|
||||
});
|
||||
}
|
||||
|
||||
getShopProviderData(this.localZipCode).then(async (result) => {
|
||||
this.localShopProviderData = result.data;
|
||||
this.numberOfShopsToDisplay = 3;
|
||||
this.updateShopsForZip();
|
||||
this.isLoading = false;
|
||||
});
|
||||
} else {
|
||||
this.isLoading = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue