Skip to content

Commit

Permalink
[ES-593] added authTransactionId to the log description
Browse files Browse the repository at this point in the history
Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
  • Loading branch information
pvsaidurga committed Sep 16, 2024
1 parent 1e537a9 commit 7a576ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private String getAuditDescription(AuditDTO audit) throws JSONException {
json.put("accessTokenHash", audit.getAccessTokenHash());
json.put("linkCodeHash", audit.getLinkedCodeHash());
json.put("linkTransactionId", audit.getLinkedTransactionId());
json.put("authTransactionId",audit.getAuthTransactionId());
json.put("authTransactionId", audit.getAuthTransactionId());
return json.toString();
}

Expand Down

0 comments on commit 7a576ce

Please sign in to comment.