Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9a5ea85

Browse files
committed
Update seed data with card expiration date
1 parent e4f2b62 commit 9a5ea85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Services/Identity/Identity.API/SeedData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ await retryPolicy.ExecuteAsync(async () =>
2929
CardType = 1,
3030
City = "Redmond",
3131
Country = "U.S.",
32-
Expiration = "12/20",
32+
Expiration = "12/24",
3333
Id = Guid.NewGuid().ToString(),
3434
LastName = "Smith",
3535
Name = "Alice",
@@ -68,7 +68,7 @@ await retryPolicy.ExecuteAsync(async () =>
6868
CardType = 1,
6969
City = "Redmond",
7070
Country = "U.S.",
71-
Expiration = "12/20",
71+
Expiration = "12/24",
7272
Id = Guid.NewGuid().ToString(),
7373
LastName = "Smith",
7474
Name = "Bob",

0 commit comments

Comments
 (0)