Merge remote-tracking branch 'origin/release/2025.09.04' into feature/CASH-1423

This commit is contained in:
Scott Kiener 2025-08-20 10:53:15 -04:00
commit fad3ecb5f3

View file

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