Skip to content

Commit 6f444d3

Browse files
committed
Update constants.ts
1 parent 8afa9ce commit 6f444d3

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

apps/web/lib/api/fraud/constants.ts

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ export const FRAUD_RULES: FraudRuleInfo[] = [
5656
severity: "high",
5757
configurable: true,
5858
},
59+
// Not visible in the UI
60+
{
61+
type: "partnerDuplicateAccount",
62+
name: "Duplicate account detected",
63+
description:
64+
"This partner was flagged by our system for having 2 or more Dub accounts. Please review to prevent abuse of program restrictions, caps, or bonuses.",
65+
scope: "partner",
66+
severity: "low",
67+
configurable: false,
68+
},
5969
{
6070
type: "partnerEmailDomainMismatch",
6171
name: "Email domain mismatch with website",
@@ -92,15 +102,6 @@ export const FRAUD_RULES: FraudRuleInfo[] = [
92102
severity: "low",
93103
configurable: false,
94104
},
95-
{
96-
type: "partnerDuplicateAccount",
97-
name: "Duplicate identity detected",
98-
description:
99-
"This partner shares a verified identity with one or more other partners in the program. Please review to prevent abuse of program restrictions, caps, or bonuses.",
100-
scope: "partner",
101-
severity: "low",
102-
configurable: false,
103-
},
104105
] as const;
105106

106107
export const FRAUD_RULES_BY_TYPE = Object.fromEntries(

0 commit comments

Comments
 (0)