Skip to content

Commit 9c953ef

Browse files
committed
feat: remove CountryCodeRequired from validation messages and add Stripe.net and Moq package references
1 parent 343a425 commit 9c953ef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Source/Ecommerce.Application/Common/Interfaces/Providers/Localization/IValidationMessages.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ public interface IValidationMessages
1616
string MiddleNameRequired { get; }
1717
string LastNameRequired { get; }
1818
string PhoneRequired { get; }
19-
string CountryCodeRequired { get; }
2019
string ProductNotFound { get; }
2120
}

Source/Ecommerce.Infrastructure/Ecommerce.Infrastructure.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242

4343
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
4444
<PackageReference Include="Npgsql" Version="9.0.2" />
45+
46+
<PackageReference Include="Stripe.net" Version="47.4.0" />
47+
48+
<PackageReference Include="Moq" Version="4.20.72" />
4549
</ItemGroup>
4650

4751
</Project>

0 commit comments

Comments
 (0)