mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(analytics): Add RoutingApproach filter in payment analytics (#8408)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -235,6 +235,7 @@ impl PaymentAttemptInterface for MockDb {
|
||||
processor_merchant_id: payment_attempt.processor_merchant_id,
|
||||
created_by: payment_attempt.created_by,
|
||||
setup_future_usage_applied: payment_attempt.setup_future_usage_applied,
|
||||
routing_approach: payment_attempt.routing_approach,
|
||||
};
|
||||
payment_attempts.push(payment_attempt.clone());
|
||||
Ok(payment_attempt)
|
||||
|
||||
Reference in New Issue
Block a user