mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(events): Add request body to api events logger (#2660)
This commit is contained in:
@ -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(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user