mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(payment_method): add logic for setup_future_usage downgrade and add filter based on zero mandate config (#7775)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -232,6 +232,7 @@ impl PaymentAttemptInterface for MockDb {
|
||||
charges: None,
|
||||
issuer_error_code: None,
|
||||
issuer_error_message: None,
|
||||
setup_future_usage_applied: payment_attempt.setup_future_usage_applied,
|
||||
};
|
||||
payment_attempts.push(payment_attempt.clone());
|
||||
Ok(payment_attempt)
|
||||
|
||||
Reference in New Issue
Block a user