feat(connector): Added ThreeDs server integration template pr (#7424)

This commit is contained in:
Sahkal Poddar
2025-03-06 15:45:08 +05:30
committed by GitHub
parent 134c86ed62
commit 7e5da488b3
29 changed files with 1509 additions and 20 deletions

View File

@ -233,6 +233,7 @@ pub enum Connector {
Iatapay,
Itaubank,
Jpmorgan,
Juspaythreedsserver,
Klarna,
Mifinity,
Mollie,
@ -389,6 +390,7 @@ impl Connector {
| Self::Inespay
| Self::Itaubank
| Self::Jpmorgan
| Self::Juspaythreedsserver
| Self::Klarna
| Self::Mifinity
| Self::Mollie