mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(payment_methods): add external vault connector service (#7917)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -467,7 +467,7 @@ pub enum ConnectorType {
|
||||
/// Represents billing processors that handle subscription management, invoicing,
|
||||
/// and recurring payments. Examples include Chargebee, Recurly, and Stripe Billing.
|
||||
BillingProcessor,
|
||||
/// External Vault Connector
|
||||
/// Represents vaulting processors that handle the storage and management of payment method data
|
||||
VaultProcessor,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user