Passed
Push — master ( e3fcf4...82e94b )
by
unknown
02:37
created
code/model/money/CountryPrice_EcommerceCurrency.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -133,8 +133,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.