@@ -49,7 +49,7 @@ |
||
| 49 | 49 | 'status' => 1, |
| 50 | 50 | 'is_redeemable' => 1, |
| 51 | 51 | 'website_id' => $input->getOption('website') |
| 52 | - ? : $this->getObjectManager()->get('Magento\Store\Model\StoreManager')->getWebsite(true)->getId(), |
|
| 52 | + ?: $this->getObjectManager()->get('Magento\Store\Model\StoreManager')->getWebsite(true)->getId(), |
|
| 53 | 53 | 'balance' => $input->getArgument('amount'), |
| 54 | 54 | 'date_expires' => $input->getOption('expires') |
| 55 | 55 | ) |
@@ -295,7 +295,7 @@ |
||
| 295 | 295 | { |
| 296 | 296 | if ($this->_userConfig == null) { |
| 297 | 297 | $this->_userConfig = array(); |
| 298 | - $homeDirectory = OperatingSystem::getHomeDir(); |
|
| 298 | + $homeDirectory = OperatingSystem::getHomeDir(); |
|
| 299 | 299 | if (OperatingSystem::isWindows()) { |
| 300 | 300 | $personalConfigFile = $homeDirectory . DIRECTORY_SEPARATOR . $this->_customConfigFilename; |
| 301 | 301 | } else { |