mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): add support for bank redirect for Paypal (#1107)
This commit is contained in:
@ -665,3 +665,13 @@ pub struct TokenizedBankTransferValue1 {
|
||||
pub struct TokenizedBankTransferValue2 {
|
||||
pub customer_id: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize, serde::Deserialize)]
|
||||
pub struct TokenizedBankRedirectValue1 {
|
||||
pub data: payments::BankRedirectData,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize, serde::Deserialize)]
|
||||
pub struct TokenizedBankRedirectValue2 {
|
||||
pub customer_id: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user