songdb 6 lat temu
rodzic
commit
309d1a41aa
1 zmienionych plików z 1 dodań i 1 usunięć
  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,