rabin %!s(int64=2) %!d(string=hai) anos
pai
achega
351d4b5406
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'];
     		}
     	}