@@ -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'];
}