fix(connector): [Adyen] Add bizum in common enums (#1719)

Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
This commit is contained in:
Sakil Mostak
2023-07-15 16:23:20 +05:30
committed by GitHub
parent c72a592e5e
commit cbde4a6d7b
4 changed files with 4 additions and 0 deletions

View File

@ -1544,6 +1544,7 @@ impl From<PaymentMethodType> for PaymentMethod {
PaymentMethodType::Bacs => Self::BankDebit,
PaymentMethodType::BancontactCard => Self::BankRedirect,
PaymentMethodType::Becs => Self::BankDebit,
PaymentMethodType::Bizum => Self::BankRedirect,
PaymentMethodType::Blik => Self::BankRedirect,
PaymentMethodType::ClassicReward => Self::Reward,
PaymentMethodType::Credit => Self::Card,