Feat(connector): [JP MORGAN] Added Template code for cards integration (#6467)

Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-GJQC9R9THR.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sayak Bhattacharya
2024-11-05 20:46:26 +05:30
committed by GitHub
parent 6b66cccd02
commit b048e39b5c
25 changed files with 1316 additions and 12 deletions

View File

@ -84,6 +84,7 @@ pub enum Connector {
Helcim,
Iatapay,
Itaubank,
//Jpmorgan,
Klarna,
Mifinity,
Mollie,
@ -221,6 +222,7 @@ impl Connector {
| Self::Helcim
| Self::Iatapay
| Self::Itaubank
//| Self::Jpmorgan
| Self::Klarna
| Self::Mifinity
| Self::Mollie