Skip to content

Commit 145357d

Browse files
author
Sumit Ghosh
authored
Updated credit card expiration details (dotnet-architecture#1794)
1 parent 630cb35 commit 145357d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Identity/Identity.API/Data/ApplicationDbContextSeed.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private IEnumerable<ApplicationUser> GetDefaultUser()
134134
City = "Redmond",
135135
Country = "U.S.",
136136
Email = "demouser@microsoft.com",
137-
Expiration = "12/21",
137+
Expiration = "12/25",
138138
Id = Guid.NewGuid().ToString(),
139139
LastName = "DemoLastName",
140140
Name = "DemoUser",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
CardHolderName,CardNumber,CardType,City,Country,Email,Expiration,LastName,Name,PhoneNumber,UserName,ZipCode,State,Street,SecurityNumber,NormalizedEmail,NormalizedUserName,Password
2-
DemoUser,4012888888881881,1,Redmond,U.S.,demouser@microsoft.com,12/21,DemoLastName,DemoUser,1234567890,demouser@microsoft.com,98052,WA,15703 NE 61st Ct,535,DEMOUSER@MICROSOFT.COM,DEMOUSER@MICROSOFT.COM,Pass@word1
2+
DemoUser,4012888888881881,1,Redmond,U.S.,demouser@microsoft.com,12/25,DemoLastName,DemoUser,1234567890,demouser@microsoft.com,98052,WA,15703 NE 61st Ct,535,DEMOUSER@MICROSOFT.COM,DEMOUSER@MICROSOFT.COM,Pass@word1

0 commit comments

Comments
 (0)