Ken 1 viikko sitten
vanhempi
commit
45b6ed5ac9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

@@ -452,7 +452,7 @@ class BetService extends BaseService
 
                             $amount = rand($betMini, $betMax);
                             $amount = floor($amount / 10) * 10;
-                            $input = $gameplayRuleInfo['keywords'] . $amount;
+                            $input = $gameplayRuleInfo['keywords'] . ' '.$amount;
                             // $amount = number_format($amount,2);
                             $item = [];
                             $item['keywords'] = $gameplayRuleInfo['keywords'];