feat(connector): implement pre auth flow for gpayments (#4692)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-05-30 13:13:22 +05:30
committed by GitHub
parent 971ef1fb8f
commit bed42ce4be
18 changed files with 643 additions and 78 deletions

View File

@ -95,7 +95,7 @@ pub enum Connector {
Globalpay,
Globepay,
Gocardless,
// Gpayments, Added as template code for future usage
Gpayments,
Helcim,
Iatapay,
Klarna,
@ -210,7 +210,7 @@ impl Connector {
| Self::Globalpay
| Self::Globepay
| Self::Gocardless
// | Self::Gpayments Added as template code for future usage
| Self::Gpayments
| Self::Helcim
| Self::Iatapay
| Self::Klarna