Refactored endpoint to use new payment verification process

This commit is contained in:
Khwezi Mngoma
2026-06-03 00:11:27 +02:00
parent fc2f457add
commit 8eedf16a49
5 changed files with 77 additions and 18 deletions
+3 -2
View File
@@ -53,13 +53,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.64.0" />
<PackageReference Include="LiteCharms.Features" Version="1.65.0" />
</ItemGroup>
<!-- UI -->
<ItemGroup>
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.64.0" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.65.0" />
<!-- Global Usings -->
<Using Include="Blazored.Toast.Services" />
@@ -85,6 +85,7 @@
<!-- Shared Global Usings -->
<ItemGroup>
<Using Include="System.Web" />
<Using Include="System.Diagnostics" />
<Using Include="System.Reflection" />
<Using Include="Microsoft.Extensions.DependencyInjection.Extensions" />