Skip to content

Commit

Permalink
chore: update wasm configs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamraatBansal committed Mar 30, 2024
1 parent a6916be commit 03f39ab
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 3 deletions.
43 changes: 42 additions & 1 deletion crates/connector_configs/toml/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2587,4 +2587,45 @@ api_key="Api Key"
[threedsecureio.metadata]
mcc="MCC"
merchant_country_code="3 digit numeric country code"
merchant_name="Name of the merchant"
merchant_name="Name of the merchant"

[billwerk]
[[billwerk.credit]]
payment_method_type = "Mastercard"
[[billwerk.credit]]
payment_method_type = "Visa"
[[billwerk.credit]]
payment_method_type = "Interac"
[[billwerk.credit]]
payment_method_type = "AmericanExpress"
[[billwerk.credit]]
payment_method_type = "JCB"
[[billwerk.credit]]
payment_method_type = "DinersClub"
[[billwerk.credit]]
payment_method_type = "Discover"
[[billwerk.credit]]
payment_method_type = "CartesBancaires"
[[billwerk.credit]]
payment_method_type = "UnionPay"
[[billwerk.debit]]
payment_method_type = "Mastercard"
[[billwerk.debit]]
payment_method_type = "Visa"
[[billwerk.debit]]
payment_method_type = "Interac"
[[billwerk.debit]]
payment_method_type = "AmericanExpress"
[[billwerk.debit]]
payment_method_type = "JCB"
[[billwerk.debit]]
payment_method_type = "DinersClub"
[[billwerk.debit]]
payment_method_type = "Discover"
[[billwerk.debit]]
payment_method_type = "CartesBancaires"
[[billwerk.debit]]
payment_method_type = "UnionPay"
[billwerk.connector_auth.BodyKey]
api_key="Private Api Key"
key1="Public Api Key"
43 changes: 42 additions & 1 deletion crates/connector_configs/toml/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1913,4 +1913,45 @@ terminal_uuid="Terminal UUID"
pay_wall_secret="Pay Wall Secret"
[zen.metadata.google_pay]
terminal_uuid="Terminal UUID"
pay_wall_secret="Pay Wall Secret"
pay_wall_secret="Pay Wall Secret"

[billwerk]
[[billwerk.credit]]
payment_method_type = "Mastercard"
[[billwerk.credit]]
payment_method_type = "Visa"
[[billwerk.credit]]
payment_method_type = "Interac"
[[billwerk.credit]]
payment_method_type = "AmericanExpress"
[[billwerk.credit]]
payment_method_type = "JCB"
[[billwerk.credit]]
payment_method_type = "DinersClub"
[[billwerk.credit]]
payment_method_type = "Discover"
[[billwerk.credit]]
payment_method_type = "CartesBancaires"
[[billwerk.credit]]
payment_method_type = "UnionPay"
[[billwerk.debit]]
payment_method_type = "Mastercard"
[[billwerk.debit]]
payment_method_type = "Visa"
[[billwerk.debit]]
payment_method_type = "Interac"
[[billwerk.debit]]
payment_method_type = "AmericanExpress"
[[billwerk.debit]]
payment_method_type = "JCB"
[[billwerk.debit]]
payment_method_type = "DinersClub"
[[billwerk.debit]]
payment_method_type = "Discover"
[[billwerk.debit]]
payment_method_type = "CartesBancaires"
[[billwerk.debit]]
payment_method_type = "UnionPay"
[billwerk.connector_auth.BodyKey]
api_key="Private Api Key"
key1="Public Api Key"
43 changes: 42 additions & 1 deletion crates/connector_configs/toml/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2589,4 +2589,45 @@ api_key="Api Key"
[threedsecureio.metadata]
mcc="MCC"
merchant_country_code="3 digit numeric country code"
merchant_name="Name of the merchant"
merchant_name="Name of the merchant"

[billwerk]
[[billwerk.credit]]
payment_method_type = "Mastercard"
[[billwerk.credit]]
payment_method_type = "Visa"
[[billwerk.credit]]
payment_method_type = "Interac"
[[billwerk.credit]]
payment_method_type = "AmericanExpress"
[[billwerk.credit]]
payment_method_type = "JCB"
[[billwerk.credit]]
payment_method_type = "DinersClub"
[[billwerk.credit]]
payment_method_type = "Discover"
[[billwerk.credit]]
payment_method_type = "CartesBancaires"
[[billwerk.credit]]
payment_method_type = "UnionPay"
[[billwerk.debit]]
payment_method_type = "Mastercard"
[[billwerk.debit]]
payment_method_type = "Visa"
[[billwerk.debit]]
payment_method_type = "Interac"
[[billwerk.debit]]
payment_method_type = "AmericanExpress"
[[billwerk.debit]]
payment_method_type = "JCB"
[[billwerk.debit]]
payment_method_type = "DinersClub"
[[billwerk.debit]]
payment_method_type = "Discover"
[[billwerk.debit]]
payment_method_type = "CartesBancaires"
[[billwerk.debit]]
payment_method_type = "UnionPay"
[billwerk.connector_auth.BodyKey]
api_key="Private Api Key"
key1="Public Api Key"

0 comments on commit 03f39ab

Please sign in to comment.