Skip to content

Commit

Permalink
Merge pull request #17 from DrH97/dev-dr
Browse files Browse the repository at this point in the history
Fix saving of request using local commandId
  • Loading branch information
DrH97 authored Jan 21, 2022
2 parents 2c56bf8 + a10c030 commit e91718a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Library/Utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -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??
Expand Down

0 comments on commit e91718a

Please sign in to comment.