seven пре 6 дана
родитељ
комит
df15c719a4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Services/BetService.php

+ 1 - 0
app/Services/BetService.php

@@ -374,6 +374,7 @@ class BetService extends BaseService
                     $gameplayRuleInfo = $gameplayRuleList[$randKey] ?? [];
                     if ($gameplayRuleInfo) {
                         $amount = rand($betMini, $betMax);
+                        $amount = floor($amount / 10) * 10;
 
                         $item = [];
                         $item['keywords'] = $gameplayRuleInfo['keywords'];