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:
Narayan Bhat
2023-02-27 16:56:34 +05:30
committed by GitHub
parent 7044b80b33
commit 222251a0e8
2 changed files with 45 additions and 10 deletions

View File

@ -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>,