mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): [Stax] Add template code for Stax connector (#1698)
This commit is contained in:
@ -106,6 +106,7 @@ pub enum Connector {
|
||||
Powertranz,
|
||||
Rapyd,
|
||||
Shift4,
|
||||
Stax,
|
||||
Stripe,
|
||||
Trustpay,
|
||||
Tsys,
|
||||
@ -151,6 +152,7 @@ impl Connector {
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum RoutableConnectors {
|
||||
Stax,
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
#[serde(rename = "phonypay")]
|
||||
#[strum(serialize = "phonypay")]
|
||||
|
||||
Reference in New Issue
Block a user