@@ -102,7 +102,7 @@ |
||
102 | 102 | $status = $this->getRegistryProcessor()->getAttribute(RegistryKeys::STATUS); |
103 | 103 | |
104 | 104 | // load the global data we've prepared initially |
105 | - $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES]; |
|
105 | + $this->storeWebsites = $status[RegistryKeys::GLOBAL_DATA][RegistryKeys::STORE_WEBSITES]; |
|
106 | 106 | |
107 | 107 | // invoke the parent method |
108 | 108 | parent::setUp($serial); |
@@ -88,8 +88,8 @@ |
||
88 | 88 | // load the customer |
89 | 89 | $customer = $this->loadCustomerByEmailAndWebsiteId($this->getValue(ColumnKeys::EMAIL), $websiteId); |
90 | 90 | |
91 | - if (!$customer){ |
|
92 | - $message = sprintf('Can\'t find customer with email %s', $this->getValue(ColumnKeys::EMAIL)); |
|
91 | + if (!$customer) { |
|
92 | + $message = sprintf('Can\'t find customer with email %s', $this->getValue(ColumnKeys::EMAIL)); |
|
93 | 93 | throw new \Exception($message); |
94 | 94 | } |
95 | 95 |