songdb 6 năm trước cách đây
mục cha
commit
309d1a41aa

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

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