File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,17 @@ var dob = Faker.Identification.DateOfBirth(); // 1971-11-16T00:00:00.0000000Z
40
40
// US - United States
41
41
var ssn = Faker .Identification .SocialSecurityNumber (); // 249-17-9666
42
42
var mbi = Faker .Identification .MedicareBeneficiaryIdentifier (); // 8NK0Q74KT53
43
- var usPassport = Faker .Identification .UsPassport (); // 335587506
43
+ var usPassport = Faker .Identification .UsPassportNumber (); // 335587506
44
44
45
45
// UK - United Kingdom
46
46
var nin = Faker .Identification .UkNationalInsuranceNumber (); // YA171053Y
47
47
var ninFormatted = Faker .Identification .UkNationalInsuranceNumber (true ); // YA 17 10 53 Y
48
- var ukPassport = Faker .Identification .UkPassport (); // 496675685
49
- var ukNhs = Faker .Identification .NhsNumber (); // 6584168301
50
- var ukNhsFormatted = Faker .Identification .NhsNumber (true ); // 658 416 8301
48
+ var ukPassport = Faker .Identification .UkPassportNumber (); // 496675685
49
+ var ukNhs = Faker .Identification .UkNhsNumber (); // 6584168301
50
+ var ukNhsFormatted = Faker .Identification .UkNhsNumber (true ); // 658 416 8301
51
51
52
52
// BG - Bulgaria
53
53
var bulgarianPin = Faker .Identification .BulgarianPin (); // 6402142606
54
-
55
54
```
56
55
57
56
Supported versions:
You can’t perform that action at this time.
0 commit comments