From 9ff3a299b1ed3cfd554ddcefd7b9979036ca3bd2 Mon Sep 17 00:00:00 2001 From: feyzullah Demir <101548542+feyzullahdemir@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:44:27 +0300 Subject: [PATCH] bug fixed --- .DS_Store | Bin 6148 -> 6148 bytes iyzico/admin/controller/payment/iyzico.php | 2 +- iyzico/catalog/controller/payment/iyzico.php | 8 ++++---- .../view/template/payment/iyzico_error.twig | 2 +- iyzico/install.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.DS_Store b/.DS_Store index d56cb8ce2e908803b86e4925d08ed7836c1bcb1a..c65b0d376433742e9a741239c0281c6af824c2c9 100644 GIT binary patch delta 34 pcmZoMXffDe$;ik)*@`impMx`AK%%iyziEventType . $this->webhookToken, true)); if ($this->iyziSignature == $createIyzicoSignature){ - $this->getCallBack('webhook', $params['paymentConversationId'], $params['token']); + $this->getCallBack('webhook', $params['paymentConversationId'], $params['token'],$params['iyziEventType']); } else{ $this->webhookHttpResponse("signature_not_valid - X-IYZ-SIGNATURE geçersiz", 404); } } else{ - $this->getCallBack('webhook', $params['paymentConversationId'], $params['token']); + $this->getCallBack('webhook', $params['paymentConversationId'], $params['token'],$params['iyziEventType']); } } else{ diff --git a/iyzico/catalog/view/template/payment/iyzico_error.twig b/iyzico/catalog/view/template/payment/iyzico_error.twig index 723ceb2..1a2329d 100644 --- a/iyzico/catalog/view/template/payment/iyzico_error.twig +++ b/iyzico/catalog/view/template/payment/iyzico_error.twig @@ -12,7 +12,7 @@
{{ content_top }}

{{ error_title }}

-

{{ error_message }}

+

{{ errorMessage }}

diff --git a/iyzico/install.json b/iyzico/install.json index 67baf4e..d58771a 100644 --- a/iyzico/install.json +++ b/iyzico/install.json @@ -2,7 +2,7 @@ "name": "iyzico", "code": "iyzico", "license": "GPL", - "version": "2.0.0", + "version": "2.1.0", "author": "iyzico", "link": "https://www.iyzico.com/" }