mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): Add payments get-intent API for v2 (#6396)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -171,6 +171,8 @@ pub enum Flow {
|
||||
PaymentsAggregate,
|
||||
/// Payments Create Intent flow
|
||||
PaymentsCreateIntent,
|
||||
/// Payments Get Intent flow
|
||||
PaymentsGetIntent,
|
||||
#[cfg(feature = "payouts")]
|
||||
/// Payouts create flow
|
||||
PayoutsCreate,
|
||||
|
||||
Reference in New Issue
Block a user