Update livechat

This commit is contained in:
Linksehat Staging Server
2023-08-31 13:42:04 +07:00
parent 8f74be633e
commit 18d46f09c7
2 changed files with 3 additions and 10 deletions

View File

@@ -229,7 +229,7 @@ class CorporateService
public function handleBenefitRow(Corporate $corporate, $row)
{
try {
// $row['limit_free_tc'] = 0;
$row['limit_free_tc'] = 0;
$benefit_data = $row;
$this->validateBenefitRow($benefit_data, $corporate->id);
$benefit_data["corporate_id"] = $corporate->id;