Skip to content

Commit

Permalink
Feat(connector): [JP MORGAN] Added Template code for cards integration (
Browse files Browse the repository at this point in the history
#6467)

Co-authored-by: Sayak Bhattacharya <[email protected]>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and Sayak Bhattacharya committed Nov 26, 2024
1 parent 38232e4 commit 135bd1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ gpayments.base_url = "https://{{merchant_endpoint_prefix}}-test.api.as1.gpayment
helcim.base_url = "https://api.helcim.com/"
iatapay.base_url = "https://sandbox.iata-pay.iata.org/api/v1"
itaubank.base_url = "https://sandbox.devportal.itau.com.br/"
jpmorgan.base_url = "https://api-mock.payments.jpmorgan.com/api/v2"
jpmorgan.secondary_base_url="https://id.payments.jpmorgan.com/am/oauth2/alpha/access_token"
klarna.base_url = "https://api{{klarna_region}}.playground.klarna.com/"
mifinity.base_url = "https://demo.mifinity.com/"
mollie.base_url = "https://api.mollie.com/v2/"
Expand Down
1 change: 1 addition & 0 deletions crates/router/src/types/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ impl ConnectorData {
Ok(ConnectorEnum::Old(Box::new(connector::Iatapay::new())))
}
enums::Connector::Itaubank => {
//enums::Connector::Jpmorgan => Ok(ConnectorEnum::Old(Box::new(connector::Jpmorgan))),
Ok(ConnectorEnum::Old(Box::new(connector::Itaubank::new())))
}
enums::Connector::Jpmorgan => {
Expand Down

0 comments on commit 135bd1b

Please sign in to comment.