mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(core): add sessions api endpoint (#104)
This commit is contained in:
@ -112,6 +112,8 @@ pub enum Flow {
|
||||
PaymentsCapture,
|
||||
/// Payments cancel flow.
|
||||
PaymentsCancel,
|
||||
/// Payments Session Token flow
|
||||
PaymentsSessionToken,
|
||||
/// Payments start flow.
|
||||
PaymentsStart,
|
||||
/// Payments list flow.
|
||||
|
||||
Reference in New Issue
Block a user