Completed
Push — master ( 1137b9...97c77e )
by
unknown
20s queued 11s
created
Test/Basic/PaylaterMgBasicTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * testMagentoOpen
28
-    */
28
+     */
29 29
     public function testPaylaterMg21BasicTest()
30 30
     {
31 31
         $this->webDriver->get(self::MAGENTO_URL);
Please login to merge, or discard this patch.
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.