mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat: create key in encryption service for merchant and user (#4910)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -81,6 +81,8 @@ pub enum Flow {
|
||||
MerchantConnectorsDelete,
|
||||
/// Merchant Connectors list flow.
|
||||
MerchantConnectorsList,
|
||||
/// Merchant Transfer Keys
|
||||
MerchantTransferKey,
|
||||
/// ConfigKey create flow.
|
||||
ConfigKeyCreate,
|
||||
/// ConfigKey fetch flow.
|
||||
@ -316,6 +318,8 @@ pub enum Flow {
|
||||
UserSignUpWithMerchantId,
|
||||
/// User Sign In
|
||||
UserSignIn,
|
||||
/// User transfer key
|
||||
UserTransferKey,
|
||||
/// User connect account
|
||||
UserConnectAccount,
|
||||
/// Upsert Decision Manager Config
|
||||
|
||||
Reference in New Issue
Block a user