mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(router): remove the payment type column in payment intent (#2462)
This commit is contained in:
@ -106,7 +106,6 @@ impl PaymentIntentInterface for MockDb {
|
||||
profile_id: new.profile_id,
|
||||
merchant_decision: new.merchant_decision,
|
||||
payment_confirm_source: new.payment_confirm_source,
|
||||
payment_type: new.payment_type,
|
||||
};
|
||||
payment_intents.push(payment_intent.clone());
|
||||
Ok(payment_intent)
|
||||
|
||||
Reference in New Issue
Block a user