diff --git a/src/Core/Transport/Transport.php b/src/Core/Transport/Transport.php index 3215cdf1..8d096f34 100644 --- a/src/Core/Transport/Transport.php +++ b/src/Core/Transport/Transport.php @@ -87,7 +87,8 @@ public function invoke(Request $req) $resp->getMessage(), $resp->getRetCode(), null, - $requestId + $requestId, + $resp ); } return $resp;