ryan 3 месяцев назад
Родитель
Сommit
e5d81d8079
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      frontendApi/modules/v1/controllers/BonusController.php

+ 1 - 0
frontendApi/modules/v1/controllers/BonusController.php

@@ -335,6 +335,7 @@ class BonusController extends BaseController {
             'carBonus' => Tool::formatPrice($data['BONUS_CAR']),
             'totalBonus' => Tool::formatPrice($data['BONUS_TOTAL']),
             'userPerformanceBonus' => Tool::formatPrice($data['BONUS_PB']),
+            'userBuilderBonus' => Tool::formatPrice($data['BONUS_BB']),
         ];
 
         return static::notice($result);