@@ -185,7 +185,7 @@ |
||
185 | 185 | |
186 | 186 | if ($autoCcDetection) { |
187 | 187 | // Get a flat CC type array like (e.g. ["V", "M", "J", "U", "P"]). |
188 | - $availableCcTypes = array_map(function ($type) { return $type['id']; }, $this->paymentHelper->getAvailableCreditcardTypes()); |
|
188 | + $availableCcTypes = array_map(function($type) { return $type['id']; }, $this->paymentHelper->getAvailableCreditcardTypes()); |
|
189 | 189 | |
190 | 190 | // Return the auto cardtype detection config with enabled CC types. |
191 | 191 | return [ |