feat(events): Add request body to api events logger (#2660)

This commit is contained in:
Sampras Lopes
2023-10-21 17:21:21 +05:30
committed by GitHub
parent 31431e4135
commit 830eee94e1
4 changed files with 20 additions and 6 deletions

View File

@ -360,7 +360,6 @@ impl<T: DatabaseStore> PaymentAttemptInterface for KVRouterStore<T> {
multiple_capture_count: payment_attempt.multiple_capture_count,
connector_response_reference_id: None,
amount_capturable: payment_attempt.amount_capturable,
updated_by: storage_scheme.to_string(),
};