Fixed login and logout redirect issue
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-13 23:20:02 +02:00
parent ff826f0b73
commit ec4c9d9689
3 changed files with 7 additions and 6 deletions
@@ -126,8 +126,8 @@ public partial class Checkout()
var addItemsResult = await OrderService.AddItemsToOrderAsync(order.Value, [.. orderItems]);
// 4. Generate the signed Payfast form payload using your backend service
var hostAddress = "https://localhost:7021";
// 4. Generate the signed Payfast form payload using your backend service
var hostAddress = Navigation.BaseUri.TrimEnd('/');
CheckoutPayload = new Dictionary<string, string>
{