feat(connector): [JPMORGAN] add Payment flows for cards (#6668)

Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-GJQC9R9THR.local>
This commit is contained in:
Sayak Bhattacharya
2024-12-22 23:13:11 +05:30
committed by GitHub
parent dc0a92dc10
commit adcddd643c
25 changed files with 1389 additions and 235 deletions

View File

@ -88,7 +88,7 @@ pub enum Connector {
// Inespay,
Iatapay,
Itaubank,
//Jpmorgan,
Jpmorgan,
Klarna,
Mifinity,
Mollie,
@ -175,6 +175,7 @@ impl Connector {
(Self::Airwallex, _)
| (Self::Deutschebank, _)
| (Self::Globalpay, _)
| (Self::Jpmorgan, _)
| (Self::Paypal, _)
| (Self::Payu, _)
| (Self::Trustpay, PaymentMethod::BankRedirect)
@ -234,7 +235,7 @@ impl Connector {
| Self::Iatapay
// | Self::Inespay
| Self::Itaubank
//| Self::Jpmorgan
| Self::Jpmorgan
| Self::Klarna
| Self::Mifinity
| Self::Mollie