Skip to content

Commit

Permalink
Merge pull request #986 from hmrc/audit-transaction-name-update
Browse files Browse the repository at this point in the history
update financial data audit transaction name
  • Loading branch information
scott-goodwin authored Jan 30, 2023
2 parents 4401323 + 291d1c6 commit b923440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/v1/audit/AuditEvents.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object AuditEvents {
def auditFinancialData(correlationId: String, userDetails: UserDetails, auditResponse: AuditResponse): AuditEvent[AuditDetail] =
AuditEvent(
auditType = "retrieveFinancialData",
transactionName = "retrieve-financial-data-penalties",
transactionName = "retrieve-financial-data",
detail = AuditDetail(userDetails, correlationId, auditResponse)
)
}

0 comments on commit b923440

Please sign in to comment.