Skip to content

Commit

Permalink
fix(configs): Add configs for Payme 3DS (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakilmostak authored Jan 31, 2024
1 parent 7f2c434 commit 58771b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ bluesnap = { payment_method = "card" }
bankofamerica = { payment_method = "card" }
cybersource = { payment_method = "card" }
nmi = { payment_method = "card" }
payme = {payment_method = "card" }

[dummy_connector]
enabled = true # Whether dummy connector is enabled or not
Expand Down
1 change: 1 addition & 0 deletions config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ bluesnap = {payment_method = "card"}
bankofamerica = {payment_method = "card"}
cybersource = {payment_method = "card"}
nmi = {payment_method = "card"}
payme = {payment_method = "card"}

[connector_customer]
connector_list = "gocardless,stax,stripe"
Expand Down
1 change: 1 addition & 0 deletions config/docker_compose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ bluesnap = {payment_method = "card"}
bankofamerica = {payment_method = "card"}
cybersource = {payment_method = "card"}
nmi = {payment_method = "card"}
payme = {payment_method = "card"}

[dummy_connector]
enabled = true
Expand Down

0 comments on commit 58771b8

Please sign in to comment.