Skip to content

Commit

Permalink
PP-13032 add corporate_exemptions to fixture
Browse files Browse the repository at this point in the history
Add corporate_exemptions to fixtures, just in case
  • Loading branch information
SandorArpa committed Aug 14, 2024
1 parent eb6d15f commit 441b4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
"filename": "test/fixtures/gateway-account.fixtures.js",
"hashed_secret": "e472e4dc23e4530d4fddeb6571b1c23447ab4c24",
"is_verified": false,
"line_number": 298
"line_number": 299
}
],
"test/fixtures/invite.fixtures.js": [
Expand Down Expand Up @@ -926,5 +926,5 @@
}
]
},
"generated_at": "2024-08-14T10:20:34Z"
"generated_at": "2024-08-14T15:19:37Z"
}
3 changes: 2 additions & 1 deletion test/fixtures/gateway-account.fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ function validWorldpay3dsFlexCredentials (opts = {}) {
return {
organisational_unit_id: opts.organisational_unit_id || '5bd9b55e4444761ac0af1c80',
issuer: opts.issuer || '5bd9e0e4444dce153428c940', // pragma: allowlist secret
exemption_engine_enabled: opts.exemption_engine_enabled || false
exemption_engine_enabled: opts.exemption_engine_enabled || false,
corporate_exemptions_enabled: opts.corporate_exemptions_enabled || false
}
}

Expand Down

0 comments on commit 441b4ff

Please sign in to comment.