@@ -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;