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:
Hrithikesh
2024-05-13 14:51:14 +05:30
committed by GitHub
parent 2692995617
commit 2a302eb597
21 changed files with 401 additions and 12 deletions

View File

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