@@ -63,7 +63,7 @@ |
||
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) { |