-
I was having an issue about the 3D Secure Payment initialize. I use this example
https://github.com/iyzico/iyzipay-python/blob/master/samples/initialize_threeds.py
I put my api_key, secret_key, base…
-
Merhaba,
Ödeme işlemi düzgün bir şekilde gerçekleşmesine rağmen token not match hatası alıyorum.
![image](https://user-images.githubusercontent.com/38817588/129741784-b710fd7b-6ba6-4b63-a8bf-34…
-
The Payment method itself, but more important the overlayscript is active by default by the configuration in etc/config.xml.
Since there are Magento2 Installations with multiple websites, where Iyz…
-
Node.js örneğindeki kodları projemde çalıştırdığımda konsolda **status: 'success',** mesajını alıyorum ama front kısmında ekte de görebileceğiniz "Uncaught TypeError: fs.readdirSync is not a functio…
-
In the README of the current release version (v2.0.113) there is a reference to an incorrect maven dependency
```xml
com.iyzipay
iyzipay-java
2.0.113
```
The latest version on mvnrep…
-
Secret keys stored insecure way.
They should be encrypted or they should be removed from public repositories (maybe even for the private repositories)
Possible solutions:
- Remove the secrets …
-
Hello, I'm getting this error, I'm trying to install CookieFix
My `composer.json`:
```json
{
"name": "magento/project-community-edition",
"description": "eCommerce Platform for …
-
Kayıt yaparken kullanıcı bilgilerini MongoDB'deki cluster'a yolluyorum. Ödeme yaparken oradan çekiyorum.
`
const AES_SECRET = process.env.AES_SECRET
var iyzipay = new Iyzipay({
…
-
Hello I am installing iyzipay 1.0.1 on magento 2.4.2 and when executing `php bin/magento setup:di:compile`
I got this output
```
Fatal error: Uncaught Error: Class 'Iyzico\Iyzipay\Block\Adminhtm…
AlaaL updated
2 years ago
-
One of my dependencies variables is camel case and it is only possible to have them with capitals. So it complains that "apiKey value can not be empty". How can we work this around?