Skip to content

Commit

Permalink
feat: add multi credential config for stripe since ntid flow requires…
Browse files Browse the repository at this point in the history
… a different cred
  • Loading branch information
pixincreate committed Dec 6, 2024
1 parent df8ac74 commit 3fb1172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress-tests/cypress/e2e/PaymentUtils/Stripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ const payment_method_data_no3ds = {
};

export const connectorDetails = {
multi_credential_config: {
specName: ["connectorAgnostic"],
value: "connector_2",
},
card_pm: {
PaymentIntent: {
Request: {
Expand Down

0 comments on commit 3fb1172

Please sign in to comment.