PosNet.php $this->data->approved non-object hatası mcrypt_encrypt problemi
yakupguvenc opened this issue · 1 comments
yakupguvenc commented
PosNet.php dosyasında
$this->crypt = function_exists('mcrypt_encrypt') ? new PosNetCrypt : null;
$this->crypt karşılığı sunucuda mcrypt_encrypt yoksa null bırakılmış buda diğer işlemlerin aksamasına sebep oluyor ve $this->data->approved non-object hatasına sebebiyet veriyor. null yerine bir hata fırlatılsa daha iyi olur. Read.me dosyasında minimum gereksinim kısmına da bilgi amaçlı eklenebilir.
mewebstudio commented
YapıKredi PosNet mcrypt eklentisine bağımlı, sunucunuza mcrypt kurmanız gerekiyor.
Yeni bir güncelleme ile dediğiniz şekilde bir hata fırlatılabilir. Fırsat bulursam bununla ilgileneceğim.