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:
Swangi Kumari
2024-05-07 19:20:43 +05:30
committed by GitHub
parent 25fe4deb8e
commit d974e6e7c2
23 changed files with 1296 additions and 12 deletions

View File

@ -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