feat(core): Add network_transaction_id in payments Response (#9032)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
awasthi21
2025-08-24 22:18:27 +05:30
committed by GitHub
parent cb34ec51e0
commit 7047c3faa1
21 changed files with 108 additions and 3 deletions

View File

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