refactor: Add routing_approach other variant to handle unknown data (#8754)

This commit is contained in:
Sarthak Soni
2025-07-28 12:59:13 +05:30
committed by GitHub
parent 7667ec1ca9
commit 7682cd445e
28 changed files with 59 additions and 29 deletions

View File

@ -685,7 +685,7 @@ impl<T: DatabaseStore> PaymentAttemptInterface for KVRouterStore<T> {
processor_merchant_id: payment_attempt.processor_merchant_id.clone(),
created_by: payment_attempt.created_by.clone(),
setup_future_usage_applied: payment_attempt.setup_future_usage_applied,
routing_approach: payment_attempt.routing_approach,
routing_approach: payment_attempt.routing_approach.clone(),
connector_request_reference_id: payment_attempt
.connector_request_reference_id
.clone(),