mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): Add dummy billing connector auth flow (#7819)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -160,10 +160,14 @@ pub enum TaxConnectors {
|
||||
Taxjar,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, serde::Serialize, strum::EnumString)]
|
||||
#[derive(Clone, Debug, serde::Serialize, strum::EnumString, Eq, PartialEq)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum BillingConnectors {
|
||||
Chargebee,
|
||||
Recurly,
|
||||
Stripebilling,
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
DummyBillingConnector,
|
||||
}
|
||||
|
||||
#[derive(
|
||||
|
||||
Reference in New Issue
Block a user