Passed
Pull Request — master (#16)
by
unknown
03:43
created
Test/Buy/PaylaterMgBuyRegisteredTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         $this->assertNotEmpty($orderUrl);
64 64
 
65 65
         $orderArray = explode('/', $orderUrl);
66
-        $magentoOrderId = (int)$orderArray['8'];
66
+        $magentoOrderId = (int) $orderArray['8'];
67 67
         $this->assertNotEmpty($magentoOrderId);
68 68
         $notifyFile = 'index/';
69 69
         if (version_compare($this->version, '23') >= 0) {
Please login to merge, or discard this patch.