mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [STRIPE] Add Incremental Authorization Flow (#8569)
Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan>
This commit is contained in:
@ -2848,9 +2848,8 @@ pub enum CountryAlpha2 {
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum RequestIncrementalAuthorization {
|
||||
True,
|
||||
False,
|
||||
#[default]
|
||||
Default,
|
||||
False,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Eq, Hash, PartialEq, Debug, Serialize, Deserialize, strum::Display, ToSchema,)]
|
||||
|
||||
Reference in New Issue
Block a user