Stable payfast interaction

This commit is contained in:
Khwezi Mngoma
2026-06-13 21:50:29 +02:00
parent 0765e63d8a
commit 5ffe9793e8
8 changed files with 238 additions and 31 deletions
+6 -2
View File
@@ -18,13 +18,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LiteCharms.Features" Version="1.102.0" />
<PackageReference Include="LiteCharms.Features" Version="1.121.0" />
</ItemGroup>
<!-- UI -->
<ItemGroup>
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.102.0" />
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.121.0" />
<!-- Global Usings -->
<Using Include="Blazored.Toast.Services" />
@@ -51,6 +51,10 @@
<!-- Shared Global Usings -->
<ItemGroup>
<Using Include="Blazored.Toast" />
<Using Include="Microsoft.JSInterop" />
<Using Include="System.Globalization" />
<Using Include="System.Security.Claims" />
<Using Include="Microsoft.Extensions.Options" />
<Using Include="Microsoft.AspNetCore.Components.Authorization" />
<Using Include="Microsoft.AspNetCore.Components.Routing" />
<Using Include="Microsoft.AspNetCore.Components.Web" />