mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): [MiFinity] add connector template code (#4447)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -98,6 +98,7 @@ pub enum Connector {
|
||||
Helcim,
|
||||
Iatapay,
|
||||
Klarna,
|
||||
// Mifinity, Added as template code for future usage
|
||||
Mollie,
|
||||
Multisafepay,
|
||||
Netcetera,
|
||||
@ -210,6 +211,7 @@ impl Connector {
|
||||
| Self::Helcim
|
||||
| Self::Iatapay
|
||||
| Self::Klarna
|
||||
// | Self::Mifinity Added as template code for future usage
|
||||
| Self::Mollie
|
||||
| Self::Multisafepay
|
||||
| Self::Nexinets
|
||||
|
||||
Reference in New Issue
Block a user