mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): [Itau Bank] Add payment and sync flow for Pix (#5342)
This commit is contained in:
@ -101,7 +101,7 @@ pub enum Connector {
|
||||
Gpayments,
|
||||
Helcim,
|
||||
Iatapay,
|
||||
// Itaubank, template code for future usage
|
||||
Itaubank,
|
||||
Klarna,
|
||||
Mifinity,
|
||||
Mollie,
|
||||
@ -182,6 +182,7 @@ impl Connector {
|
||||
| (Self::Trustpay, PaymentMethod::BankRedirect)
|
||||
| (Self::Iatapay, _)
|
||||
| (Self::Volt, _)
|
||||
| (Self::Itaubank, _)
|
||||
)
|
||||
}
|
||||
pub fn supports_file_storage_module(&self) -> bool {
|
||||
@ -227,6 +228,7 @@ impl Connector {
|
||||
| Self::Gpayments
|
||||
| Self::Helcim
|
||||
| Self::Iatapay
|
||||
| Self::Itaubank
|
||||
| Self::Klarna
|
||||
| Self::Mifinity
|
||||
| Self::Mollie
|
||||
|
||||
Reference in New Issue
Block a user