Feat(Connector): [ACI] Implement Przelewy24 Bank Redirect (#1064)

This commit is contained in:
Sakil Mostak
2023-05-10 20:43:35 +05:30
committed by GitHub
parent e833a1ddee
commit cef8914372
2 changed files with 25 additions and 1 deletions

View File

@ -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,