Open Rutam21 opened 2 weeks ago
This PR adds an Audit event for the PaymentStatus operation.
[x] This PR modifies the files below
crates/router/src/core/payments/operations/payment_status.rs
crates/router/src/events/audit_events.rs
This PR fixes #4677
This requires FRM-related flows to be tested, and may not be tested locally.
cargo +nightly fmt --all
cargo clippy
Review changes with
Please review and suggest changes, if any. Thanks.
cc: @tsdk02 @Chethan-rao @gorakhnathy7
Type of Change
Description
This PR adds an Audit event for the PaymentStatus operation.
Additional Changes
[x] 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
cargo +nightly fmt --all
cargo clippy