songdb пре 6 година
родитељ
комит
309d1a41aa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Libs/Pay/Merchants/OriginBank.php

+ 1 - 1
app/Libs/Pay/Merchants/OriginBank.php

@@ -115,7 +115,7 @@ class OriginBank
 
     public function decrypt($sStr, $sKey) {
         $sStr=hex2bin($sStr);
-        $decrypted= mcrypt_decrypt(
+        $decrypted= @mcrypt_decrypt(
             MCRYPT_RIJNDAEL_128,
             $sKey,
             $sStr,