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