rabin il y a 1 an
Parent
commit
351d4b5406
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'];
     		}
     	}