mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(connector): [Stax] Implement Cards for Connector Stax (#1773)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
@ -137,7 +137,6 @@ impl<const T: u8>
|
||||
}
|
||||
|
||||
default_imp_for_complete_authorize!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Bitpay,
|
||||
@ -164,6 +163,7 @@ default_imp_for_complete_authorize!(
|
||||
connector::Payme,
|
||||
connector::Payu,
|
||||
connector::Rapyd,
|
||||
connector::Stax,
|
||||
connector::Stripe,
|
||||
connector::Trustpay,
|
||||
connector::Tsys,
|
||||
@ -201,7 +201,6 @@ impl<const T: u8>
|
||||
}
|
||||
|
||||
default_imp_for_create_customer!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Airwallex,
|
||||
@ -275,7 +274,6 @@ impl<const T: u8> services::ConnectorRedirectResponse for connector::DummyConnec
|
||||
}
|
||||
|
||||
default_imp_for_connector_redirect_response!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Bitpay,
|
||||
@ -302,6 +300,7 @@ default_imp_for_connector_redirect_response!(
|
||||
connector::Powertranz,
|
||||
connector::Rapyd,
|
||||
connector::Shift4,
|
||||
connector::Stax,
|
||||
connector::Tsys,
|
||||
connector::Wise,
|
||||
connector::Worldline,
|
||||
@ -320,7 +319,6 @@ macro_rules! default_imp_for_connector_request_id {
|
||||
impl<const T: u8> api::ConnectorTransactionId for connector::DummyConnector<T> {}
|
||||
|
||||
default_imp_for_connector_request_id!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Airwallex,
|
||||
@ -355,6 +353,7 @@ default_imp_for_connector_request_id!(
|
||||
connector::Powertranz,
|
||||
connector::Rapyd,
|
||||
connector::Shift4,
|
||||
connector::Stax,
|
||||
connector::Stripe,
|
||||
connector::Trustpay,
|
||||
connector::Tsys,
|
||||
@ -395,7 +394,6 @@ impl<const T: u8>
|
||||
}
|
||||
|
||||
default_imp_for_accept_dispute!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Airwallex,
|
||||
@ -430,6 +428,7 @@ default_imp_for_accept_dispute!(
|
||||
connector::Powertranz,
|
||||
connector::Rapyd,
|
||||
connector::Shift4,
|
||||
connector::Stax,
|
||||
connector::Stripe,
|
||||
connector::Trustpay,
|
||||
connector::Tsys,
|
||||
@ -490,7 +489,6 @@ impl<const T: u8>
|
||||
}
|
||||
|
||||
default_imp_for_file_upload!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Airwallex,
|
||||
@ -525,6 +523,7 @@ default_imp_for_file_upload!(
|
||||
connector::Powertranz,
|
||||
connector::Rapyd,
|
||||
connector::Shift4,
|
||||
connector::Stax,
|
||||
connector::Trustpay,
|
||||
connector::Tsys,
|
||||
connector::Opennode,
|
||||
@ -562,7 +561,6 @@ impl<const T: u8>
|
||||
}
|
||||
|
||||
default_imp_for_submit_evidence!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Airwallex,
|
||||
@ -597,6 +595,7 @@ default_imp_for_submit_evidence!(
|
||||
connector::Powertranz,
|
||||
connector::Rapyd,
|
||||
connector::Shift4,
|
||||
connector::Stax,
|
||||
connector::Trustpay,
|
||||
connector::Tsys,
|
||||
connector::Opennode,
|
||||
@ -634,7 +633,6 @@ impl<const T: u8>
|
||||
}
|
||||
|
||||
default_imp_for_defend_dispute!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Airwallex,
|
||||
@ -668,8 +666,9 @@ default_imp_for_defend_dispute!(
|
||||
connector::Payu,
|
||||
connector::Powertranz,
|
||||
connector::Rapyd,
|
||||
connector::Stripe,
|
||||
connector::Shift4,
|
||||
connector::Stax,
|
||||
connector::Stripe,
|
||||
connector::Trustpay,
|
||||
connector::Tsys,
|
||||
connector::Opennode,
|
||||
@ -707,7 +706,6 @@ impl<const T: u8>
|
||||
}
|
||||
|
||||
default_imp_for_pre_processing_steps!(
|
||||
connector::Stax,
|
||||
connector::Aci,
|
||||
connector::Adyen,
|
||||
connector::Airwallex,
|
||||
@ -744,6 +742,7 @@ default_imp_for_pre_processing_steps!(
|
||||
connector::Powertranz,
|
||||
connector::Rapyd,
|
||||
connector::Shift4,
|
||||
connector::Stax,
|
||||
connector::Tsys,
|
||||
connector::Wise,
|
||||
connector::Worldline,
|
||||
|
||||
Reference in New Issue
Block a user