mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
chore: add connector functionality validation based on connector_type (#1849)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
@ -174,6 +174,8 @@ pub enum ConnectorType {
|
||||
BankingEntities,
|
||||
/// All types of non-banking financial institutions including Insurance, Credit / Lending etc
|
||||
NonBankingFinance,
|
||||
/// Acquirers, Gateways etc
|
||||
PayoutProcessor,
|
||||
}
|
||||
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
|
||||
Reference in New Issue
Block a user