Completed
Push — master ( 1137b9...97c77e )
by
unknown
20s queued 11s
created
Controller/Payment/Index.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -346,9 +346,9 @@
 block discarded – undo
346 346
         $magentoVersion = $this->productMetadataInterface->getVersion();
347 347
         $moduleInfo = $this->moduleList->getOne('DigitalOrigin_Pmt');
348 348
         return array(  'magento' => $magentoVersion,
349
-                       'pmt' => $moduleInfo['setup_version'],
350
-                       'php' => phpversion(),
351
-                       'curl' => $curlVersion);
349
+                        'pmt' => $moduleInfo['setup_version'],
350
+                        'php' => phpversion(),
351
+                        'curl' => $curlVersion);
352 352
     }
353 353
 
354 354
     /**
Please login to merge, or discard this patch.