mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
fix(connector_onboarding): Check if connector exists for the merchant account and add reset tracking id API (#3229)
This commit is contained in:
@ -317,6 +317,8 @@ pub enum Flow {
|
||||
GetActionUrl,
|
||||
/// Sync connector onboarding status
|
||||
SyncOnboardingStatus,
|
||||
/// Reset tracking id
|
||||
ResetTrackingId,
|
||||
/// Verify email Token
|
||||
VerifyEmail,
|
||||
/// Send verify email
|
||||
|
||||
Reference in New Issue
Block a user