mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(router): make core changes in payments flow to support incremental authorization (#3009)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1e60c71098
commit
1ca2ba4594
@ -50,4 +50,6 @@ pub struct PaymentIntent {
|
||||
|
||||
pub updated_by: String,
|
||||
pub surcharge_applicable: Option<bool>,
|
||||
pub request_incremental_authorization: storage_enums::RequestIncrementalAuthorization,
|
||||
pub incremental_authorization_allowed: Option<bool>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user