feat(core): Add Network Details in Payments Response (#9273)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
awasthi21
2025-09-09 19:11:33 +05:30
committed by GitHub
parent 4052f8a28c
commit 75bf58d656
23 changed files with 153 additions and 11 deletions

View File

@ -240,6 +240,7 @@ impl PaymentAttemptInterface for MockDb {
debit_routing_savings: None,
network_transaction_id: payment_attempt.network_transaction_id,
is_overcapture_enabled: None,
network_details: payment_attempt.network_details,
};
payment_attempts.push(payment_attempt.clone());
Ok(payment_attempt)