diff --git a/src/Library/Utility.php b/src/Library/Utility.php index 5fc0f5d..0fe8abc 100644 --- a/src/Library/Utility.php +++ b/src/Library/Utility.php @@ -194,7 +194,7 @@ private function saveRequest(array $response, int $relationId = null): TandaRequ 'request_id' => $response['id'], 'status' => $response['status'], 'message' => $response['message'], - 'command_id' => $response['commandId'], + 'command_id' => $this->command, 'provider' => $this->provider, // TODO: Would it be better to decode the requestParameters and get below values??