rabin 1 年間 前
コミット
351d4b5406
1 ファイル変更1 行追加1 行削除
  1. 1 1
      yspay/Cash.php

+ 1 - 1
yspay/Cash.php

@@ -160,7 +160,7 @@ class Cash
 
     	if ($merchant) {
     		$key = array_rand($merchant);
-    		if ($key && isset($merchant[$key])) {
+    		if (isset($merchant[$key])) {
     			return $merchant[$key]['mid'];
     		}
     	}