mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 03:13:56 +08:00
refactor: Add routing_approach other variant to handle unknown data (#8754)
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user