seven vor 2 Monaten
Ursprung
Commit
888efb5a21
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/Services/BetService.php

+ 1 - 1
app/Services/BetService.php

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