@@ -44,7 +44,7 @@ |
||
44 | 44 | //Allow symlinks for product simulator. Admin menu: Stores->Configuration->Advanced->Developer->Template |
45 | 45 | $setup->getConnection()->insert( |
46 | 46 | 'core_config_data', |
47 | - array('value'=>1, 'path'=>'dev/template/allow_symlink','scope'=>'default') |
|
47 | + array('value'=>1, 'path'=>'dev/template/allow_symlink', 'scope'=>'default') |
|
48 | 48 | ); |
49 | 49 | |
50 | 50 | $setup->endSetup(); |
@@ -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 | $notifyUrl = sprintf( |
69 | 69 | "%s%s%s%s%s%s", |