Skip to content

Commit 5060779

Browse files
committed
B2B-2256: "countries" and "country" GraphQl query has no cache identity
1 parent b98e623 commit 5060779

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/DirectoryGraphQl/Model/Cache/Tag/Strategy/CountryConfig.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ class CountryConfig implements StrategyInterface
2323
*/
2424
private $countryConfigPaths = [
2525
'general/locale/code',
26-
'general/country/allow',
27-
'general/region/display_all',
28-
'general/region/state_required'
26+
'general/country/allow'
2927
];
3028

3129
/**

0 commit comments

Comments
 (0)