|
@@ -44,7 +44,7 @@ |
|
|
block discarded – undo |
|
44
|
44
|
$secretKey = $this->getRequest()->getParam('secret'); |
|
45
|
45
|
$privateKey = isset($this->config['pmt_private_key']) ? $this->config['pmt_private_key'] : null; |
|
46
|
46
|
|
|
47
|
|
- if ($secretKey!='' && $privateKey!='') { |
|
|
47
|
+ if ($secretKey != '' && $privateKey != '') { |
|
48
|
48
|
$this->checkDbLogTable(); |
|
49
|
49
|
/** @var \Magento\Framework\DB\Adapter\AdapterInterface $dbConnection */ |
|
50
|
50
|
$dbConnection = $this->dbObject->getConnection(); |
Please login to merge, or discard this patch.