Passed
Pull Request — master (#286)
by
unknown
03:59 queued 11s
created
Helper/HostedIframe.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
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 [
Please login to merge, or discard this patch.