We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26759f commit f0f4ef0Copy full SHA for f0f4ef0
Services/CountryNotAvailableService.php
@@ -52,6 +52,8 @@ public function isCountryAllowed($countryId, ShopContextInterface $context)
52
53
$allowed = $this->isAllowedCountry($country);
54
55
+ $this->cache->save($allowed, $key, ['Shopware_Config'], 86400);
56
+
57
return $allowed;
58
}
59
0 commit comments