feat(connector): Integrate PAZE Wallet (#6030)

This commit is contained in:
DEEPANSHU BANSAL
2024-10-08 18:47:59 +05:30
committed by GitHub
parent 86a43b9bc4
commit 535f2f12f8
67 changed files with 836 additions and 84 deletions

View File

@ -1593,6 +1593,7 @@ pub enum PaymentMethodType {
OpenBankingUk,
PayBright,
Paypal,
Paze,
Pix,
PaySafeCard,
Przelewy24,

View File

@ -1843,6 +1843,7 @@ impl From<PaymentMethodType> for PaymentMethod {
PaymentMethodType::OnlineBankingThailand => Self::BankRedirect,
PaymentMethodType::OnlineBankingPoland => Self::BankRedirect,
PaymentMethodType::OnlineBankingSlovakia => Self::BankRedirect,
PaymentMethodType::Paze => Self::Wallet,
PaymentMethodType::PermataBankTransfer => Self::BankTransfer,
PaymentMethodType::Pix => Self::BankTransfer,
PaymentMethodType::Pse => Self::BankTransfer,