Browse Source

Update seed data with card expiration date

pull/2012/head
Tarun Jain 2 years ago
parent
commit
9a5ea85223
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Services/Identity/Identity.API/SeedData.cs

+ 2
- 2
src/Services/Identity/Identity.API/SeedData.cs View File

@ -29,7 +29,7 @@ public class SeedData
CardType = 1,
City = "Redmond",
Country = "U.S.",
Expiration = "12/20",
Expiration = "12/24",
Id = Guid.NewGuid().ToString(),
LastName = "Smith",
Name = "Alice",
@ -68,7 +68,7 @@ public class SeedData
CardType = 1,
City = "Redmond",
Country = "U.S.",
Expiration = "12/20",
Expiration = "12/24",
Id = Guid.NewGuid().ToString(),
LastName = "Smith",
Name = "Bob",


Loading…
Cancel
Save