mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): Integrate PAZE Wallet (#6030)
This commit is contained in:
@ -146,6 +146,7 @@ fn get_dir_value_payment_method(
|
||||
api_enums::PaymentMethodType::OpenBankingPIS => {
|
||||
Ok(dirval!(OpenBankingType = OpenBankingPIS))
|
||||
}
|
||||
api_enums::PaymentMethodType::Paze => Ok(dirval!(WalletType = Paze)),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -307,6 +307,7 @@ impl IntoDirValue for (api_enums::PaymentMethodType, api_enums::PaymentMethod) {
|
||||
api_enums::PaymentMethodType::OpenBankingPIS => {
|
||||
Ok(dirval!(OpenBankingType = OpenBankingPIS))
|
||||
}
|
||||
api_enums::PaymentMethodType::Paze => Ok(dirval!(WalletType = Paze)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user