Robin 6 年 前
コミット
5b1fc44d6c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      normandcrm/service/common/pay/payplat/PayUtils.php

+ 1 - 1
normandcrm/service/common/pay/payplat/PayUtils.php

@@ -42,7 +42,7 @@ class PayUtils
         if ($sign == null) {
             return false;
         }
-        return self::makeSign($data) === $sign;
+        return self::makeSign($data) === strtoupper($sign);
     }