seven 2 miesięcy temu
rodzic
commit
888efb5a21
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

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