Ken 14 godzin temu
rodzic
commit
dc017e8482
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Http/Controllers/api/ActivityReward.php

+ 1 - 0
app/Http/Controllers/api/ActivityReward.php

@@ -27,6 +27,7 @@ class ActivityReward extends BaseController
     {
         try {
             $data['rule'] = ConfigService::getVal("activity_rule");
+            $data['service_customer'] = ConfigService::getVal("benefits_service_customer");
             $data['rebate']['title'] = ConfigService::getRemark("benefits_bibi_return");
             $data['rebate']['sub_title'] = ConfigService::getVal("benefits_bibi_return");
         } catch (Exception $e) {