rabin 1 yıl önce
ebeveyn
işleme
0b8ba87017
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      yspay/Cash.php

+ 1 - 1
yspay/Cash.php

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