fix(connector_onboarding): Check if connector exists for the merchant account and add reset tracking id API (#3229)

This commit is contained in:
Mani Chandra
2024-01-16 13:06:47 +05:30
committed by GitHub
parent 1bbd9d5df0
commit 58cc8d6109
10 changed files with 186 additions and 28 deletions

View File

@ -77,6 +77,9 @@ pub const VERIFY_CONNECTOR_ID_PREFIX: &str = "conn_verify";
#[cfg(feature = "olap")]
pub const VERIFY_CONNECTOR_MERCHANT_ID: &str = "test_merchant";
#[cfg(feature = "olap")]
pub const CONNECTOR_ONBOARDING_CONFIG_PREFIX: &str = "onboarding";
/// Max payment session expiry
pub const MAX_SESSION_EXPIRY: u32 = 7890000;