diff --git a/Application/Base/Service/GameRebateService.class.php b/Application/Base/Service/GameRebateService.class.php index bc0debe2d..6c2ea54d8 100644 --- a/Application/Base/Service/GameRebateService.class.php +++ b/Application/Base/Service/GameRebateService.class.php @@ -95,7 +95,7 @@ class GameRebateService $sendResult .= ($result['message'] ?? '') . ';'; } - if ($order['props']) { + if ($order['props'] && $order['props'] != 'null') { $result = $this->sendProps($order); if (!$result['status']) { $hasError = true;