mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
feat(payments_v2): implement create and confirm intent flow (#7106)
This commit is contained in:
@ -172,6 +172,10 @@ pub enum Flow {
|
||||
PaymentsGetIntent,
|
||||
/// Payments Update Intent flow
|
||||
PaymentsUpdateIntent,
|
||||
/// Payments confirm intent flow
|
||||
PaymentsConfirmIntent,
|
||||
/// Payments create and confirm intent flow
|
||||
PaymentsCreateAndConfirmIntent,
|
||||
#[cfg(feature = "payouts")]
|
||||
/// Payouts create flow
|
||||
PayoutsCreate,
|
||||
@ -525,8 +529,6 @@ pub enum Flow {
|
||||
PaymentsManualUpdate,
|
||||
/// Dynamic Tax Calcultion
|
||||
SessionUpdateTaxCalculation,
|
||||
/// Payments confirm intent
|
||||
PaymentsConfirmIntent,
|
||||
/// Payments post session tokens flow
|
||||
PaymentsPostSessionTokens,
|
||||
/// Payments start redirection flow
|
||||
|
||||
Reference in New Issue
Block a user