@@ -133,8 +133,7 @@ |
||
| 133 | 133 | $currency = CountryPrice_EcommerceCurrency::get_currency_for_country($countryCode); |
| 134 | 134 | if ($currency) { |
| 135 | 135 | $currencyCode = strtoupper($currency->Code); |
| 136 | - } |
|
| 137 | - else { |
|
| 136 | + } else { |
|
| 138 | 137 | return null; |
| 139 | 138 | } |
| 140 | 139 | } |