@@ -49,7 +49,7 @@ |
||
49 | 49 | $secretKey = $this->getRequest()->getParam('secret'); |
50 | 50 | $privateKey = isset($this->config['pagantis_private_key']) ? $this->config['pagantis_private_key'] : null; |
51 | 51 | |
52 | - if ($secretKey!='' && $privateKey!='') { |
|
52 | + if ($secretKey != '' && $privateKey != '') { |
|
53 | 53 | $this->checkDbLogTable(); |
54 | 54 | /** @var \Magento\Framework\DB\Adapter\AdapterInterface $dbConnection */ |
55 | 55 | $dbConnection = $this->dbObject->getConnection(); |