feat(core): Add ability to verify connector credentials before integrating the connector (#2986)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Mani Chandra
2023-11-30 13:06:35 +05:30
committed by GitHub
parent 44b1f4949e
commit 39f255b4b2
18 changed files with 552 additions and 2 deletions

View File

@ -259,6 +259,8 @@ pub enum Flow {
DecisionManagerRetrieveConfig,
/// Change password flow
ChangePassword,
/// Payment Connector Verify
VerifyPaymentConnector,
}
///