feat(pm_auth): Added pm_auth_config to merchant_connector_account (#2183)

Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
This commit is contained in:
Sarthak Soni
2023-10-03 13:07:43 +05:30
committed by GitHub
parent f12ce9c72d
commit abfdea20b0
12 changed files with 42 additions and 1 deletions

View File

@ -208,6 +208,8 @@ pub enum ConnectorType {
NonBankingFinance,
/// Acquirers, Gateways etc
PayoutProcessor,
/// PaymentMethods Auth Services
PaymentMethodAuth,
}
#[allow(clippy::upper_case_acronyms)]