|
|
@@ -332,9 +332,6 @@ class WinfailLogic
|
|
|
$match_id = $orderInfo->match_id;
|
|
|
$order_id = $orderInfo->order_id;
|
|
|
|
|
|
- $AdapterObj = $this->getAdapterObj($game_code);
|
|
|
- $RefClass = new \ReflectionClass($AdapterObj);
|
|
|
-
|
|
|
$winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];
|
|
|
foreach ($matchArray as $matchModel) {
|
|
|
if ($bet_type == 2) {
|
|
|
@@ -347,6 +344,10 @@ class WinfailLogic
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ $AdapterObj = $this->getAdapterObj($game_code);
|
|
|
+ $RefClass = new \ReflectionClass($AdapterObj);
|
|
|
+
|
|
|
+
|
|
|
$fun1 = $matchModel->odds_code;
|
|
|
$fun2 = $matchModel->p_code;
|
|
|
|