mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
Feat(Connector): [ACI] Implement Przelewy24 Bank Redirect (#1064)
This commit is contained in:
@ -646,7 +646,10 @@ pub enum BankRedirectData {
|
||||
// Issuer value corresponds to the bank
|
||||
issuer: api_enums::BankNames,
|
||||
},
|
||||
Przelewy24 {},
|
||||
Przelewy24 {
|
||||
// Shopper Email
|
||||
email: Email,
|
||||
},
|
||||
Sofort {
|
||||
/// The billing details for bank redirection
|
||||
billing_details: BankRedirectBilling,
|
||||
|
||||
Reference in New Issue
Block a user