Harden paid registration flow and add unit tests

This commit is contained in:
2026-04-24 21:10:28 -04:00
parent 4153acf3aa
commit 27ac793f62
8 changed files with 817 additions and 79 deletions
@@ -9,6 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2" />
@@ -26,6 +27,7 @@
<ProjectReference Include="..\..\src\PowderCoating.Core\PowderCoating.Core.csproj" />
<ProjectReference Include="..\..\src\PowderCoating.Application\PowderCoating.Application.csproj" />
<ProjectReference Include="..\..\src\PowderCoating.Infrastructure\PowderCoating.Infrastructure.csproj" />
<ProjectReference Include="..\..\src\PowderCoating.Web\PowderCoating.Web.csproj" />
</ItemGroup>
</Project>