Skip to content

Commit

Permalink
feat(configs): changes to add payment_method_data for complete auth f…
Browse files Browse the repository at this point in the history
…low in NMI
  • Loading branch information
Sakilmostak committed Jan 9, 2024
1 parent 109bd84 commit 2a92d17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/deployments/integ.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ bluesnap.payment_method = "card"
nuvei.payment_method = "card"
shift4.payment_method = "card"
stripe.payment_method = "bank_transfer"
nmi.payment_method = "card"

[tokenization]
braintree = { long_lived_token = false, payment_method = "card" }
Expand Down
1 change: 1 addition & 0 deletions config/deployments/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ bluesnap.payment_method = "card"
nuvei.payment_method = "card"
shift4.payment_method = "card"
stripe.payment_method = "bank_transfer"
nmi.payment_method = "card"

[tokenization]
braintree = { long_lived_token = false, payment_method = "card" }
Expand Down
1 change: 1 addition & 0 deletions config/deployments/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ bluesnap.payment_method = "card"
nuvei.payment_method = "card"
shift4.payment_method = "card"
stripe.payment_method = "bank_transfer"
nmi.payment_method = "card"

[tokenization]
braintree = { long_lived_token = false, payment_method = "card" }
Expand Down

0 comments on commit 2a92d17

Please sign in to comment.