mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): generate connector template code for gpayments authenticaition connector (#4584)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -95,6 +95,7 @@ pub enum Connector {
|
||||
Globalpay,
|
||||
Globepay,
|
||||
Gocardless,
|
||||
// Gpayments, Added as template code for future usage
|
||||
Helcim,
|
||||
Iatapay,
|
||||
Klarna,
|
||||
@ -209,6 +210,7 @@ impl Connector {
|
||||
| Self::Globalpay
|
||||
| Self::Globepay
|
||||
| Self::Gocardless
|
||||
// | Self::Gpayments Added as template code for future usage
|
||||
| Self::Helcim
|
||||
| Self::Iatapay
|
||||
| Self::Klarna
|
||||
@ -268,6 +270,7 @@ impl Connector {
|
||||
pub enum AuthenticationConnectors {
|
||||
Threedsecureio,
|
||||
Netcetera,
|
||||
Gpayments,
|
||||
}
|
||||
|
||||
#[cfg(feature = "payouts")]
|
||||
|
||||
Reference in New Issue
Block a user