vali 6 vuotta sitten
vanhempi
commit
22a1e8aaef
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      app/Logic/WinfailLogic.php

+ 3 - 0
app/Logic/WinfailLogic.php

@@ -217,6 +217,9 @@ class WinfailLogic
 
         $result = json_decode($orderInfo->single_result);
         $result['0']->first_score = json_encode($result['0']->first_score, 256);
+        $result['0']->corner_ball = json_encode($result['0']->corner_ball, 256);
+        $result['0']->penalty_card = json_encode($result['0']->penalty_card, 256);
+        $result['0']->warn_more = json_encode($result['0']->warn_more, 256);
         
         $winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];