@@ -303,6 +303,10 @@ |
||
303 | 303 | return self::$_get_real_country_cache[$cacheKey]; |
304 | 304 | } |
305 | 305 | |
306 | + /** |
|
307 | + * @param string $countryOrCountryCodeA |
|
308 | + * @param string $countryOrCountryCodeB |
|
309 | + */ |
|
306 | 310 | public static function countries_belong_to_same_group($countryOrCountryCodeA, $countryOrCountryCodeB) |
307 | 311 | { |
308 | 312 | $countryA = EcommerceCountry::get_country_from_mixed_var($countryOrCountryCodeA); |