Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6582: Implemented code #81

Merged
merged 2 commits into from
May 16, 2022
Merged

Conversation

AnumehaSrivastava05
Copy link
Contributor

  1. Added missing auditing for R38
  2. Updated Service class to match HTTP header transaction id to audit db transaction id

1. Added missing auditing for R38
2. Updated Service class to match HTTP header transaction id to audit db transaction id
String rpbspma0Str = rpbspma0.serialize();

logger.info("Request:\n{}", rpbspma0Str);

ResponseEntity<String> response = postRapidRequest(r38Path, rpbspma0Str);
ResponseEntity<String> response = postRapidRequest(r38Path, rpbspma0Str, transaction.getTransactionId().toString());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add messageSent/messageReceived auditing.

@AnumehaSrivastava05 AnumehaSrivastava05 merged commit 0472dd9 into main May 16, 2022
@tschia tschia deleted the 6582-transactionid-traceability branch May 20, 2022 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants