Skip to content

Commit

Permalink
Lower fraud threshold for approvely
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 9, 2024
1 parent 74d37a9 commit 6083bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/gidx/gidx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export type CheckoutSessionResponse = {
export const ID_ERROR_MSG =
'Registration failed, identity error. Check your identifying information.'

export const IDENTITY_AND_FRAUD_THRESHOLD = 80
export const IDENTITY_AND_FRAUD_THRESHOLD = 0
export const ENABLE_FAKE_CUSTOMER = false
export const exampleCustomers = [
{
Expand Down

0 comments on commit 6083bc2

Please sign in to comment.