mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user