Skip to content

Commit

Permalink
fix(wasm): remove extra space from wasm for payment_method_type of JP…
Browse files Browse the repository at this point in the history
…Morgan (#6923)
  • Loading branch information
swangi-kumari authored Dec 23, 2024
1 parent 6eabc82 commit 4465385
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions crates/connector_configs/toml/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1733,11 +1733,11 @@ key2="Certificate Key"

[jpmorgan]
[[jpmorgan.credit]]
payment_method_type = "American Express"
payment_method_type = "AmericanExpress"
[[jpmorgan.credit]]
payment_method_type = "ChaseNet"
[[jpmorgan.credit]]
payment_method_type = "Diners Club"
payment_method_type = "DinersClub"
[[jpmorgan.credit]]
payment_method_type = "Discover"
[[jpmorgan.credit]]
Expand All @@ -1751,11 +1751,11 @@ key2="Certificate Key"
[[jpmorgan.credit]]
payment_method_type = "Visa"
[[jpmorgan.debit]]
payment_method_type = "American Express"
payment_method_type = "AmericanExpress"
[[jpmorgan.debit]]
payment_method_type = "ChaseNet"
[[jpmorgan.debit]]
payment_method_type = "Diners Club"
payment_method_type = "DinersClub"
[[jpmorgan.debit]]
payment_method_type = "Discover"
[[jpmorgan.debit]]
Expand Down
8 changes: 4 additions & 4 deletions crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1445,11 +1445,11 @@ key2="Certificate Key"

[jpmorgan]
[[jpmorgan.credit]]
payment_method_type = "American Express"
payment_method_type = "AmericanExpress"
[[jpmorgan.credit]]
payment_method_type = "ChaseNet"
[[jpmorgan.credit]]
payment_method_type = "Diners Club"
payment_method_type = "DinersClub"
[[jpmorgan.credit]]
payment_method_type = "Discover"
[[jpmorgan.credit]]
Expand All @@ -1463,11 +1463,11 @@ key2="Certificate Key"
[[jpmorgan.credit]]
payment_method_type = "Visa"
[[jpmorgan.debit]]
payment_method_type = "American Express"
payment_method_type = "AmericanExpress"
[[jpmorgan.debit]]
payment_method_type = "ChaseNet"
[[jpmorgan.debit]]
payment_method_type = "Diners Club"
payment_method_type = "DinersClub"
[[jpmorgan.debit]]
payment_method_type = "Discover"
[[jpmorgan.debit]]
Expand Down
8 changes: 4 additions & 4 deletions crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1681,11 +1681,11 @@ key2="Certificate Key"

[jpmorgan]
[[jpmorgan.credit]]
payment_method_type = "American Express"
payment_method_type = "AmericanExpress"
[[jpmorgan.credit]]
payment_method_type = "ChaseNet"
[[jpmorgan.credit]]
payment_method_type = "Diners Club"
payment_method_type = "DinersClub"
[[jpmorgan.credit]]
payment_method_type = "Discover"
[[jpmorgan.credit]]
Expand All @@ -1699,11 +1699,11 @@ key2="Certificate Key"
[[jpmorgan.credit]]
payment_method_type = "Visa"
[[jpmorgan.debit]]
payment_method_type = "American Express"
payment_method_type = "AmericanExpress"
[[jpmorgan.debit]]
payment_method_type = "ChaseNet"
[[jpmorgan.debit]]
payment_method_type = "Diners Club"
payment_method_type = "DinersClub"
[[jpmorgan.debit]]
payment_method_type = "Discover"
[[jpmorgan.debit]]
Expand Down

0 comments on commit 4465385

Please sign in to comment.