feat(router): add support for overcapture (#8949)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2025-09-09 14:46:01 +05:30
committed by GitHub
parent 0eaea06a73
commit 04a8cc441b
45 changed files with 857 additions and 83 deletions

View File

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