feat(connector): [Stax] Add template code for Stax connector (#1698)

This commit is contained in:
DEEPANSHU BANSAL
2023-07-18 13:28:17 +05:30
committed by GitHub
parent d317021bc5
commit f932d66c52
17 changed files with 1163 additions and 4 deletions

View File

@ -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")]