rabin 1 year ago
parent
commit
351d4b5406
1 changed files with 1 additions and 1 deletions
  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'];
     		}
     	}