feat(connector): [Moneris] add template code (#7216)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Swangi Kumari
2025-02-13 15:13:12 +05:30
committed by GitHub
parent 66d9c731f5
commit b09905ecb4
24 changed files with 1308 additions and 8 deletions

View File

@ -93,6 +93,7 @@ pub enum RoutableConnectors {
Klarna,
Mifinity,
Mollie,
// Moneris,
Multisafepay,
Nexinets,
Nexixpay,
@ -231,6 +232,7 @@ pub enum Connector {
Klarna,
Mifinity,
Mollie,
// Moneris,
Multisafepay,
Netcetera,
Nexinets,
@ -380,6 +382,7 @@ impl Connector {
| Self::Klarna
| Self::Mifinity
| Self::Mollie
// | Self::Moneris
| Self::Multisafepay
| Self::Nexinets
| Self::Nexixpay