Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49368507cc | |||
| c9d3cf5570 | |||
| dcf5656dff |
@@ -2,7 +2,7 @@
|
|||||||
<modification>
|
<modification>
|
||||||
<name>Hutko Payment Gateway</name>
|
<name>Hutko Payment Gateway</name>
|
||||||
<code>f70d167190</code>
|
<code>f70d167190</code>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2</version>
|
||||||
<author>Panariga/Hutko</author>
|
<author>Panariga/Hutko</author>
|
||||||
<link>https://hutko.org</link>
|
<link>https://hutko.org</link>
|
||||||
<description><![CDATA[Installs the Hutko Payment Gateway files. No core OpenCart files are modified by this particular OCMOD. Configuration is done via Extensions > Extensions > Payments.]]></description>
|
<description><![CDATA[Installs the Hutko Payment Gateway files. No core OpenCart files are modified by this particular OCMOD. Configuration is done via Extensions > Extensions > Payments.]]></description>
|
||||||
|
|||||||
@@ -519,7 +519,7 @@ class ControllerExtensionPaymentHutko extends Controller
|
|||||||
return $this->sendAPICallOC($this->status_url, $data);
|
return $this->sendAPICallOC($this->status_url, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function logOC(string $message): void
|
protected function logOC(string $message)
|
||||||
{
|
{
|
||||||
if ($this->config->get('payment_hutko_save_logs')) {
|
if ($this->config->get('payment_hutko_save_logs')) {
|
||||||
$this->log->write('Hutko Payment: ' . $message);
|
$this->log->write('Hutko Payment: ' . $message);
|
||||||
|
|||||||
@@ -429,7 +429,7 @@ class ControllerExtensionPaymentHutko extends Controller
|
|||||||
return $responseData;
|
return $responseData;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function logOC(string $message): void
|
protected function logOC(string $message)
|
||||||
{
|
{
|
||||||
if ($this->config->get('payment_hutko_save_logs')) {
|
if ($this->config->get('payment_hutko_save_logs')) {
|
||||||
$this->log->write('Hutko Payment: ' . $message);
|
$this->log->write('Hutko Payment: ' . $message);
|
||||||
|
|||||||
Reference in New Issue
Block a user