mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
feat(connector): add support for affirm through stripe (#355)
This commit is contained in:
@ -236,6 +236,9 @@ pub enum PayLaterData {
|
||||
issuer_name: KlarnaSdkIssuer,
|
||||
token: String,
|
||||
},
|
||||
AffirmRedirect {
|
||||
billing_email: String,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq, Default, serde::Deserialize, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user