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

feat(payments): Add audit events for PaymentStatus update #6520

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Rutam21
Copy link
Contributor

@Rutam21 Rutam21 commented Nov 8, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

This PR adds an Audit event for the PaymentStatus operation.

Additional Changes

  • This PR modifies the files below

  • crates/router/src/core/payments/operations/payment_status.rs

  • crates/router/src/events/audit_events.rs

Motivation and Context

This PR fixes #4677

How did you test it

This requires FRM-related flows to be tested, and may not be tested locally.

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code

@Rutam21 Rutam21 requested review from a team as code owners November 8, 2024 12:48
Copy link

semanticdiff-com bot commented Nov 8, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  crates/router/src/core/payments/operations/payment_status.rs  0% smaller
  crates/router/src/events/audit_events.rs  0% smaller

@Rutam21
Copy link
Contributor Author

Rutam21 commented Nov 26, 2024

Please review and suggest changes, if any. Thanks.

cc: @tsdk02 @Chethan-rao @gorakhnathy7

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.

Add audit events for PaymentStatus update
1 participant