mewebstudio/laravel-pos

PosNet.php $this->data->approved non-object hatası mcrypt_encrypt problemi

yakupguvenc opened this issue · 1 comments

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.

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.