mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(connector): [MIFINITY] Implement payment flows and Mifinity payment method (#4592)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: kiran.kummari <kiran.kummari@juspay.in>
This commit is contained in:
@ -288,6 +288,7 @@ impl IntoDirValue for (api_enums::PaymentMethodType, api_enums::PaymentMethod) {
|
||||
Ok(dirval!(CardRedirectType = CardRedirect))
|
||||
}
|
||||
api_enums::PaymentMethodType::Venmo => Ok(dirval!(WalletType = Venmo)),
|
||||
api_enums::PaymentMethodType::Mifinity => Ok(dirval!(WalletType = Mifinity)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user