mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
bugfix: populate empty hashmap and fix card_network filtering logic (#666)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -176,7 +176,7 @@ pub struct ResponsePaymentMethodsEnabled {
|
||||
pub payment_method_types: Vec<ResponsePaymentMethodTypes>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct ResponsePaymentMethodIntermediate {
|
||||
pub payment_method_type: api_enums::PaymentMethodType,
|
||||
pub payment_experience: Option<api_enums::PaymentExperience>,
|
||||
|
||||
Reference in New Issue
Block a user