Skip to content

Commit fdde0cc

Browse files
committed
payment - cvv alias/keyword fix
1 parent c0093af commit fdde0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ func addPaymentLookup() {
428428
Example: "513",
429429
Output: "string",
430430
Aliases: []string{
431-
"cvv", "cvc", "cid", "security number", "auth digits", "card check value", "security code",
431+
"credit card cvv", "cvv", "cvc", "cid", "security number", "auth digits", "card check value", "security code",
432432
},
433433
Keywords: []string{
434-
"cvv", "cvc", "cid", "security", "code", "verification", "authentication", "fraud", "protection", "online", "payment", "transaction",
434+
"security", "code", "verification", "authentication", "fraud", "protection", "online", "payment", "transaction",
435435
},
436436
Generate: func(f *Faker, m *MapParams, info *Info) (any, error) { return creditCardCvv(f), nil },
437437
})

0 commit comments

Comments
 (0)