diff --git a/bridges/MerchantAndMillsBridge.php b/bridges/MerchantAndMillsBridge.php index dca043b6..74d0758d 100644 --- a/bridges/MerchantAndMillsBridge.php +++ b/bridges/MerchantAndMillsBridge.php @@ -1,12 +1,13 @@ [ 'name' => 'Country', @@ -20,7 +21,8 @@ class MerchantAndMillsBridge extends BridgeAbstract { ] ]]; - private function getCountryBlogPath($countryName): string { + private function getCountryBlogPath($countryName): string + { if ($countryName === 'European Union') { return '/eu/blog'; } @@ -36,7 +38,8 @@ class MerchantAndMillsBridge extends BridgeAbstract { return '/rw/blog'; } - public function collectData() { + public function collectData() + { $selectedCountryKey = $this->getKey('selected_country_id'); $selectedCountryBlogPath = $this->getCountryBlogPath($selectedCountryKey); $url = self::URI . $selectedCountryBlogPath;