mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(users): Add profile level invites (#5793)
This commit is contained in:
@ -424,10 +424,14 @@ pub enum Flow {
|
||||
VerifyEmailRequest,
|
||||
/// Update user account details
|
||||
UpdateUserAccountDetails,
|
||||
/// Accept user invitation
|
||||
/// Accept user invitation using merchant_ids
|
||||
AcceptInvitation,
|
||||
/// Accept user invitation using entities
|
||||
AcceptInvitationsV2,
|
||||
/// Select merchant from invitations
|
||||
MerchantSelect,
|
||||
/// Accept user invitation using entities before user login
|
||||
AcceptInvitationsPreAuth,
|
||||
/// Initiate external authentication for a payment
|
||||
PaymentsExternalAuthentication,
|
||||
/// Authorize the payment after external 3ds authentication
|
||||
|
||||
Reference in New Issue
Block a user