Compare commits
42 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16f7e1981e | |||
| 554741c2e5 | |||
| 02294d36e8 | |||
| 867fad8584 | |||
| 31423ea48d | |||
| 6ca781759f | |||
| 55d241e362 | |||
| cb03b91c6c | |||
| 0da92cfb5a | |||
| b0ea5ea098 | |||
| 30cde40d5b | |||
| 32eeb24558 | |||
| 5abe7a1476 | |||
| bead8314da | |||
| ace7eeef8e | |||
| 5c3ceeeb83 | |||
| e21fd59b12 | |||
| fcc0b3845e | |||
| 956c19b9f7 | |||
| a23292f02a | |||
| f27433a277 | |||
| 4954ead02d | |||
| 7294e5470f | |||
| 79eebea7b1 | |||
| 5db926f4c6 | |||
| 7199a6651b | |||
| a4460888af | |||
| 11e0176e40 | |||
| 160c23ab8b | |||
| 2b1d862d3b | |||
| 9de7abc3fb | |||
| c6fc228c66 | |||
| e9b2e958d2 | |||
| dc3dd4a40b | |||
| 44df489406 | |||
| 1bb1b0d476 | |||
| 0ea31a33ae | |||
| 0bb5da3513 | |||
| 4f44d0c597 | |||
| c3e6f9801b | |||
| fbde2ea1a9 | |||
| d323bd866c |
+5
-1
@@ -23,7 +23,7 @@ trigger:
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: package
|
name: package
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker-build
|
- name: docker-build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -31,6 +31,10 @@ steps:
|
|||||||
registry: nexus.khongisa.co.za
|
registry: nexus.khongisa.co.za
|
||||||
repo: nexus.khongisa.co.za/midrandbooks
|
repo: nexus.khongisa.co.za/midrandbooks
|
||||||
tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ]
|
tags: [ latest, "1.${DRONE_BUILD_NUMBER}" ]
|
||||||
|
use_cache: true
|
||||||
|
cache_from: nexus.khongisa.co.za/midrandbooks:latest
|
||||||
|
build_args:
|
||||||
|
- BUILDKIT_INLINE_CACHE=1
|
||||||
custom_labels:
|
custom_labels:
|
||||||
- org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/midrandbooks
|
- org.opencontainers.image.source=https://gitea.khongisa.co.za/litecharms/midrandbooks
|
||||||
- org.opencontainers.image.version=1.${DRONE_BUILD_NUMBER}
|
- org.opencontainers.image.version=1.${DRONE_BUILD_NUMBER}
|
||||||
|
|||||||
@@ -14,12 +14,29 @@
|
|||||||
{
|
{
|
||||||
<div></div>
|
<div></div>
|
||||||
}
|
}
|
||||||
<button class="btn bg-white rounded-circle d-flex align-items-center justify-content-center p-2 shadow-sm border-0" style="width: 32px; height: 32px;">
|
|
||||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="var(--mb-text-dark)" stroke-width="2.5">
|
<div class="d-flex align-items-center gap-2">
|
||||||
<line x1="7" y1="17" x2="17" y2="7" />
|
<button class="btn bg-white rounded-circle d-flex align-items-center justify-content-center p-2 shadow-sm border-0 btn-cart-icon"
|
||||||
<polyline points="7,7 17,7 17,17" />
|
style="width: 32px; height: 32px; transition: all 0.2s ease;"
|
||||||
</svg>
|
title="Add to Cart"
|
||||||
</button>
|
data-bs-toggle="tooltip"
|
||||||
|
data-bs-placement="top"
|
||||||
|
@onclick="HandleAddToCart" @onclick:stopPropagation>
|
||||||
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="var(--mb-text-dark)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<circle cx="9" cy="21" r="1"></circle>
|
||||||
|
<circle cx="20" cy="21" r="1"></circle>
|
||||||
|
<path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button class="btn bg-white rounded-circle d-flex align-items-center justify-content-center p-2 shadow-sm border-0"
|
||||||
|
style="width: 32px; height: 32px;">
|
||||||
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="var(--mb-text-dark)" stroke-width="2.5">
|
||||||
|
<line x1="7" y1="17" x2="17" y2="7" />
|
||||||
|
<polyline points="7,7 17,7 17,17" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex justify-content-center align-items-center flex-grow-1 my-2">
|
<div class="d-flex justify-content-center align-items-center flex-grow-1 my-2">
|
||||||
@@ -49,4 +66,4 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1,4 +1,9 @@
|
|||||||
namespace MidrandBookshop.Components;
|
using LiteCharms.Features.MidrandBooks.AuthorBooks;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Authors;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Products;
|
||||||
|
|
||||||
|
namespace MidrandBookshop.Components;
|
||||||
|
|
||||||
public partial class BookCard
|
public partial class BookCard
|
||||||
{
|
{
|
||||||
@@ -11,4 +16,29 @@ public partial class BookCard
|
|||||||
[Parameter] public string BookImageUrl { get; set; } = string.Empty;
|
[Parameter] public string BookImageUrl { get; set; } = string.Empty;
|
||||||
|
|
||||||
[Parameter] public EventCallback OnCardClick { get; set; }
|
[Parameter] public EventCallback OnCardClick { get; set; }
|
||||||
|
|
||||||
|
[Inject] private CartService CartService { get; set; } = default!;
|
||||||
|
[Inject] private ProductService ProductService { get; set; } = default!;
|
||||||
|
[Inject] private AuthorService AuthorService { get; set; } = default!;
|
||||||
|
[Inject] private BooksService BooksService { get; set; } = default!;
|
||||||
|
[Inject] private IToastService ToastService { get; set; } = default!;
|
||||||
|
[Inject] private CancellationToken CancellationToken { get; set; } = default!;
|
||||||
|
|
||||||
|
private async Task HandleAddToCart()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var bookFetch = await BooksService.GetBookByProductIdAsync(Id, CancellationToken);
|
||||||
|
var authorFetch = await AuthorService.GetAuthorAsync(bookFetch.Value.AuthorId, CancellationToken);
|
||||||
|
var productPriceFetch = await ProductService.GetProductPriceAsync(Id, CancellationToken);
|
||||||
|
|
||||||
|
CartService.AddItem(productPriceFetch.Value, bookFetch.Value.Product!, authorFetch.Value);
|
||||||
|
|
||||||
|
ToastService.ShowSuccess($"Added '{Title}' to your order.", "Cart Changed");
|
||||||
|
}
|
||||||
|
catch
|
||||||
|
{
|
||||||
|
ToastService.ShowError("Could not update cart. Please try again.");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@inherits LayoutComponentBase
|
@using Blazored.Toast
|
||||||
|
@inherits LayoutComponentBase
|
||||||
@inject NavigationManager Navigation
|
@inject NavigationManager Navigation
|
||||||
|
|
||||||
<div class="position-relative vh-100 d-flex flex-column justify-content-between overflow-hidden" style="background-color: #F9F9F9;">
|
<div class="position-relative vh-100 d-flex flex-column justify-content-between overflow-hidden" style="background-color: #F9F9F9;">
|
||||||
@@ -295,3 +296,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<BlazoredToasts />
|
||||||
@@ -5,13 +5,13 @@ namespace MidrandBookshop.Components.Layout;
|
|||||||
|
|
||||||
public partial class MainLayout(CartService cartService) : IDisposable
|
public partial class MainLayout(CartService cartService) : IDisposable
|
||||||
{
|
{
|
||||||
[Inject]
|
[Inject] private AuthenticationStateProvider AuthStateProvider { get; set; } = default!;
|
||||||
private AuthenticationStateProvider AuthStateProvider { get; set; } = default!;
|
[Inject] public IToastService ToastService { get; set; } = default!;
|
||||||
|
|
||||||
private Cart ShoppingCart => cartService.ShoppingCart;
|
private Cart ShoppingCart => cartService.ShoppingCart;
|
||||||
|
|
||||||
private AuthenticationState? AuthState { get; set; }
|
private AuthenticationState? AuthState { get; set; }
|
||||||
private System.Security.Claims.ClaimsPrincipal? User { get; set; }
|
private ClaimsPrincipal? User { get; set; }
|
||||||
private bool IsAuthenticated => User?.Identity?.IsAuthenticated ?? false;
|
private bool IsAuthenticated => User?.Identity?.IsAuthenticated ?? false;
|
||||||
|
|
||||||
private string SearchInputBuffer { get; set; } = string.Empty;
|
private string SearchInputBuffer { get; set; } = string.Empty;
|
||||||
@@ -27,13 +27,9 @@ public partial class MainLayout(CartService cartService) : IDisposable
|
|||||||
Navigation.LocationChanged += OnLocationChanged;
|
Navigation.LocationChanged += OnLocationChanged;
|
||||||
cartService.OnCartChanged += CartService_OnCartChanged;
|
cartService.OnCartChanged += CartService_OnCartChanged;
|
||||||
|
|
||||||
SyncSearchQueryFromUrl();
|
await cartService.LoadCartFromStorageAsync();
|
||||||
}
|
|
||||||
|
|
||||||
protected override async Task OnAfterRenderAsync(bool firstRender)
|
SyncSearchQueryFromUrl();
|
||||||
{
|
|
||||||
if (firstRender)
|
|
||||||
await cartService.LoadCartFromStorageAsync();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void CartService_OnCartChanged() => await InvokeAsync(StateHasChanged);
|
private async void CartService_OnCartChanged() => await InvokeAsync(StateHasChanged);
|
||||||
@@ -104,7 +100,7 @@ public partial class MainLayout(CartService cartService) : IDisposable
|
|||||||
|
|
||||||
private void ToggleCart() => IsCartOpen = !IsCartOpen;
|
private void ToggleCart() => IsCartOpen = !IsCartOpen;
|
||||||
|
|
||||||
private async void ChangeQuantity(CartItem item, int delta)
|
private async Task ChangeQuantity(CartItem item, int delta)
|
||||||
{
|
{
|
||||||
var peekQuantity = item.Quantity + delta;
|
var peekQuantity = item.Quantity + delta;
|
||||||
|
|
||||||
@@ -115,11 +111,13 @@ public partial class MainLayout(CartService cartService) : IDisposable
|
|||||||
await cartService.SaveCartToStorageAsync();
|
await cartService.SaveCartToStorageAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void RemoveFromCart(CartItem item)
|
private async Task RemoveFromCart(CartItem item)
|
||||||
{
|
{
|
||||||
cartService.RemoveOneItem(item.Price!.Id);
|
cartService.RemoveOneItem(item.Price!.Id);
|
||||||
|
|
||||||
await cartService.SaveCartToStorageAsync();
|
await cartService.SaveCartToStorageAsync();
|
||||||
|
|
||||||
|
ToastService.ShowSuccess($"Removed {item.Product!.Name} from cart", "Cart Changed");
|
||||||
}
|
}
|
||||||
|
|
||||||
private decimal GetCartTotal() => ShoppingCart?.TotalAmount ?? 0.00m;
|
private decimal GetCartTotal() => ShoppingCart?.TotalAmount ?? 0.00m;
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ namespace MidrandBookshop.Components.Pages;
|
|||||||
|
|
||||||
public partial class CartReview(CartService cartService)
|
public partial class CartReview(CartService cartService)
|
||||||
{
|
{
|
||||||
|
[Inject] public IToastService ToastService { get; set; } = default!;
|
||||||
|
|
||||||
protected Cart ShoppingCart => cartService?.ShoppingCart!;
|
protected Cart ShoppingCart => cartService?.ShoppingCart!;
|
||||||
|
|
||||||
protected async void IncreaseQty(CartItem item)
|
protected async void IncreaseQty(CartItem item)
|
||||||
@@ -32,5 +34,7 @@ public partial class CartReview(CartService cartService)
|
|||||||
cartService.RemoveOneItem(item.Price!.Id);
|
cartService.RemoveOneItem(item.Price!.Id);
|
||||||
|
|
||||||
await cartService.SaveCartToStorageAsync();
|
await cartService.SaveCartToStorageAsync();
|
||||||
|
|
||||||
|
ToastService.ShowSuccess($"Removed {item.Product!.Name} from cart", "Cart Changed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,10 @@
|
|||||||
using LiteCharms.Features.Api.Configuration;
|
using LiteCharms.Features.Api.Configuration;
|
||||||
using LiteCharms.Features.Hasher;
|
using LiteCharms.Features.Hasher;
|
||||||
using LiteCharms.Features.MidrandBooks.AuthorBooks;
|
using LiteCharms.Features.MidrandBooks.AuthorBooks;
|
||||||
using LiteCharms.Features.MidrandBooks.Customers;
|
|
||||||
using LiteCharms.Features.MidrandBooks.Customers.Models;
|
|
||||||
using LiteCharms.Features.MidrandBooks.Orders;
|
using LiteCharms.Features.MidrandBooks.Orders;
|
||||||
using LiteCharms.Features.MidrandBooks.Orders.Models;
|
using LiteCharms.Features.MidrandBooks.Orders.Models;
|
||||||
using LiteCharms.Features.MidrandBooks.Payments;
|
using LiteCharms.Features.MidrandBooks.Payments;
|
||||||
using LiteCharms.Features.MidrandBooks.Payments.Models;
|
using LiteCharms.Features.MidrandBooks.Payments.Models;
|
||||||
using LiteCharms.Features.MidrandBooks.Products;
|
|
||||||
|
|
||||||
namespace MidrandBookshop.Components.Pages;
|
namespace MidrandBookshop.Components.Pages;
|
||||||
|
|
||||||
@@ -19,14 +16,13 @@ public partial class Checkout()
|
|||||||
[Inject] public BooksService BooksService { get; set; } = default!;
|
[Inject] public BooksService BooksService { get; set; } = default!;
|
||||||
[Inject] public CartService CartService { get; set; } = default!;
|
[Inject] public CartService CartService { get; set; } = default!;
|
||||||
[Inject] public PayfastService PayfastService { get; set; } = default!;
|
[Inject] public PayfastService PayfastService { get; set; } = default!;
|
||||||
[Inject] public CustomerService CustomerService { get; set; } = default!;
|
|
||||||
[Inject] public ProductService ProductService { get; set; } = default!;
|
|
||||||
[Inject] public IOptions<PayfastSettings> PayfastOptions { get; set; } = default!;
|
[Inject] public IOptions<PayfastSettings> PayfastOptions { get; set; } = default!;
|
||||||
[Inject] private AuthenticationStateProvider AuthStateProvider { get; set; } = default!;
|
[Inject] private AuthenticationStateProvider AuthStateProvider { get; set; } = default!;
|
||||||
[Inject] public IJSRuntime JSRuntime { get; set; } = default!;
|
[Inject] public IJSRuntime JSRuntime { get; set; } = default!;
|
||||||
|
[Inject] private CancellationToken CancellationToken { get; set; } = default!;
|
||||||
|
[Inject] public IToastService ToastService { get; set; } = default!;
|
||||||
|
|
||||||
private Cart ShoppingCart => CartService.ShoppingCart;
|
private Cart ShoppingCart => CartService.ShoppingCart;
|
||||||
private AuthenticationState? AuthState { get; set; }
|
|
||||||
private ClaimsPrincipal? User { get; set; }
|
private ClaimsPrincipal? User { get; set; }
|
||||||
private bool IsProcessing { get; set; }
|
private bool IsProcessing { get; set; }
|
||||||
|
|
||||||
@@ -37,8 +33,8 @@ public partial class Checkout()
|
|||||||
|
|
||||||
protected override async Task OnInitializedAsync()
|
protected override async Task OnInitializedAsync()
|
||||||
{
|
{
|
||||||
AuthState = await AuthStateProvider.GetAuthenticationStateAsync();
|
var authState = await AuthStateProvider.GetAuthenticationStateAsync();
|
||||||
User = AuthState!.User;
|
User = authState!.User;
|
||||||
|
|
||||||
Navigation.LocationChanged += OnLocationChanged;
|
Navigation.LocationChanged += OnLocationChanged;
|
||||||
CartService.OnCartChanged += CartService_OnCartChanged;
|
CartService.OnCartChanged += CartService_OnCartChanged;
|
||||||
@@ -48,7 +44,7 @@ public partial class Checkout()
|
|||||||
|
|
||||||
private void OnLocationChanged(object? sender, LocationChangedEventArgs e) => StateHasChanged();
|
private void OnLocationChanged(object? sender, LocationChangedEventArgs e) => StateHasChanged();
|
||||||
|
|
||||||
private async void ChangeQuantity(CartItem item, int delta)
|
private async Task ChangeQuantity(CartItem item, int delta)
|
||||||
{
|
{
|
||||||
var peekQuantity = item.Quantity + delta;
|
var peekQuantity = item.Quantity + delta;
|
||||||
|
|
||||||
@@ -59,7 +55,7 @@ public partial class Checkout()
|
|||||||
await CartService.SaveCartToStorageAsync();
|
await CartService.SaveCartToStorageAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void RemoveFromCart(CartItem item)
|
private async Task RemoveFromCart(CartItem item)
|
||||||
{
|
{
|
||||||
CartService.RemoveOneItem(item.Price!.Id);
|
CartService.RemoveOneItem(item.Price!.Id);
|
||||||
|
|
||||||
@@ -68,41 +64,40 @@ public partial class Checkout()
|
|||||||
|
|
||||||
private async Task PayNow(MouseEventArgs args)
|
private async Task PayNow(MouseEventArgs args)
|
||||||
{
|
{
|
||||||
if (IsProcessing) return;
|
if (IsProcessing)
|
||||||
|
{
|
||||||
|
ToastService.ShowWarning("Please wait, completing your payment", "Busy...");
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// 1. Instantly disable the button to prevent duplicate click submissions
|
|
||||||
IsProcessing = true;
|
IsProcessing = true;
|
||||||
StateHasChanged(); // Force Blazor Server to push the disabled state over SignalR immediately
|
|
||||||
|
|
||||||
var customerEmail = User?.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Email)!.Value!;
|
StateHasChanged();
|
||||||
|
|
||||||
// 2. Create customer if ShoppingCart.CustomerId is null
|
Result<long> orderResult;
|
||||||
if (ShoppingCart.CustomerId == null)
|
|
||||||
|
var customerId = (long)ShoppingCart.CustomerId!;
|
||||||
|
|
||||||
|
if (!ShoppingCart.OrderId.HasValue)
|
||||||
{
|
{
|
||||||
var existingCustomer = await CustomerService.GetCustomerAsync(customerEmail);
|
CreateOrder request = new(ShoppingCart.TotalAmount, null);
|
||||||
|
|
||||||
if (existingCustomer.IsSuccess)
|
orderResult = await OrderService.CreateOrderAsync(customerId, request, CancellationToken);
|
||||||
ShoppingCart.CustomerId = existingCustomer.Value.Id;
|
ShoppingCart.OrderId = orderResult.Value;
|
||||||
|
|
||||||
if (existingCustomer.IsFailed)
|
|
||||||
{
|
|
||||||
var customerCreate = await CustomerService.CreateCustomerAsync(new CreateCustomer { Email = customerEmail });
|
|
||||||
|
|
||||||
if (customerCreate.IsSuccess)
|
|
||||||
ShoppingCart.CustomerId = customerCreate.Value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 3. Create order using shopping cart and assign the ShoppingCart.OrderId
|
|
||||||
|
|
||||||
var order = await OrderService.CreateOrderAsync(ShoppingCart.CustomerId!.Value, new CreateOrder(ShoppingCart.TotalAmount, null));
|
|
||||||
List<CreateOrderItem> orderItems = [];
|
List<CreateOrderItem> orderItems = [];
|
||||||
|
|
||||||
|
var orderId = (long)ShoppingCart.OrderId;
|
||||||
|
|
||||||
|
await OrderService.ClearOrderItemsAsync(orderId, CancellationToken);
|
||||||
|
|
||||||
foreach (var item in ShoppingCart.Items)
|
foreach (var item in ShoppingCart.Items)
|
||||||
{
|
{
|
||||||
var bookRequest = await BooksService.GetBookByProductIdAsync(item.Price!.Id);
|
var bookRequest = await BooksService.GetBookByProductIdAsync(item.Price!.Id, CancellationToken);
|
||||||
|
|
||||||
if (bookRequest.IsSuccess)
|
if (bookRequest.IsSuccess)
|
||||||
{
|
{
|
||||||
@@ -111,33 +106,50 @@ public partial class Checkout()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var paymentGen = await PaymentService.CreatePaymentAsync(ShoppingCart.TotalAmount, order.Value, HashService.HashEncodeLongId(order.Value).Value);
|
var orderHash = HashService.HashEncodeLongId(orderId).Value;
|
||||||
var merchantPaymentId = HashService.HashEncodeLongId(order.Value).Value;
|
var paymentGen = await PaymentService.CreatePaymentAsync(ShoppingCart.TotalAmount, orderId, orderHash, CancellationToken);
|
||||||
|
|
||||||
await PaymentService.WriteLedgerEntryAsync(new CreateLedgerEntry
|
long paymentId = 0;
|
||||||
|
|
||||||
|
if (paymentGen.IsSuccess) paymentId = paymentGen.Value;
|
||||||
|
|
||||||
|
if(paymentGen.IsFailed)
|
||||||
{
|
{
|
||||||
OrderId = order.Value,
|
var paymentFetch = await PaymentService.GetOrderPaymentAsync(orderId, CancellationToken);
|
||||||
CustomerId = ShoppingCart.CustomerId.Value,
|
|
||||||
|
if (paymentFetch.IsFailed)
|
||||||
|
{
|
||||||
|
ToastService.ShowError("Failed to get fetch your previously made payment", "Payment Check");
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
paymentId = paymentFetch.Value.Id;
|
||||||
|
}
|
||||||
|
|
||||||
|
CreateLedgerEntry ledgerRequest = new()
|
||||||
|
{
|
||||||
|
OrderId = orderId,
|
||||||
|
CustomerId = customerId,
|
||||||
PaymentGatewayId = 1,
|
PaymentGatewayId = 1,
|
||||||
PaymentGatewayReference = merchantPaymentId,
|
PaymentGatewayReference = orderHash,
|
||||||
PaymentId = paymentGen.Value,
|
PaymentId = paymentId,
|
||||||
Status = LiteCharms.Features.LedgerStatuses.Sent,
|
Status = LiteCharms.Features.LedgerStatuses.Sent,
|
||||||
});
|
};
|
||||||
|
await PaymentService.WriteLedgerEntryAsync(ledgerRequest, CancellationToken);
|
||||||
|
|
||||||
var addItemsResult = await OrderService.AddItemsToOrderAsync(order.Value, [.. orderItems]);
|
var addItemsResult = await OrderService.AddItemsToOrderAsync(orderId, [.. orderItems], CancellationToken);
|
||||||
|
|
||||||
// 4. Generate the signed Payfast form payload using your backend service
|
|
||||||
var hostAddress = Navigation.BaseUri.TrimEnd('/');
|
var hostAddress = Navigation.BaseUri.TrimEnd('/');
|
||||||
|
|
||||||
CheckoutPayload = new Dictionary<string, string>
|
CheckoutPayload = new Dictionary<string, string>
|
||||||
{
|
{
|
||||||
{ "merchant_id", PayfastOptions.Value.MerchantId! },
|
{ "merchant_id", PayfastOptions.Value.MerchantId! },
|
||||||
{ "merchant_key", PayfastOptions.Value.MerchantKey! },
|
{ "merchant_key", PayfastOptions.Value.MerchantKey! },
|
||||||
{ "return_url", $"{hostAddress}/payment-success" },
|
{ "return_url", $"{hostAddress}/payment-success?reference={orderHash}" },
|
||||||
{ "cancel_url", $"{hostAddress}/payment-failed" },
|
{ "cancel_url", $"{hostAddress}/payment-failed?reference={orderHash}" },
|
||||||
{ "notify_url", "https://api.uat.midrandbooks.co.za/v1/payments/payfast/confirm" },
|
{ "notify_url", "https://api.uat.midrandbooks.co.za/v1/payments/payfast/confirm" },
|
||||||
{ "email_address", customerEmail },
|
{ "email_address", User?.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Email)!.Value! },
|
||||||
{ "m_payment_id", merchantPaymentId },
|
{ "m_payment_id", orderHash },
|
||||||
{ "amount", ShoppingCart.TotalAmount.ToString("F2", CultureInfo.InvariantCulture) },
|
{ "amount", ShoppingCart.TotalAmount.ToString("F2", CultureInfo.InvariantCulture) },
|
||||||
{ "item_name", "MidrandBooks Sale" },
|
{ "item_name", "MidrandBooks Sale" },
|
||||||
};
|
};
|
||||||
@@ -147,11 +159,12 @@ public partial class Checkout()
|
|||||||
|
|
||||||
StateHasChanged();
|
StateHasChanged();
|
||||||
|
|
||||||
// 6. Execute programmatic submit directly into the sandbox
|
|
||||||
await JSRuntime.InvokeVoidAsync("eval", "document.getElementById('payfastForm').submit();");
|
await JSRuntime.InvokeVoidAsync("eval", "document.getElementById('payfastForm').submit();");
|
||||||
}
|
}
|
||||||
catch
|
catch(Exception ex)
|
||||||
{
|
{
|
||||||
|
ToastService.ShowError($"Failed to perform checkout: {ex.Message}", "Checkout");
|
||||||
|
|
||||||
IsProcessing = false;
|
IsProcessing = false;
|
||||||
StateHasChanged();
|
StateHasChanged();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
using LiteCharms.Features.MidrandBooks.AuthorBooks;
|
using LiteCharms.Features.MidrandBooks.AuthorBooks;
|
||||||
using LiteCharms.Features.MidrandBooks.Authors;
|
using LiteCharms.Features.MidrandBooks.Authors;
|
||||||
using LiteCharms.Features.MidrandBooks.Categories;
|
using LiteCharms.Features.MidrandBooks.Categories;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments;
|
||||||
using LiteCharms.Features.MidrandBooks.Products;
|
using LiteCharms.Features.MidrandBooks.Products;
|
||||||
using LiteCharms.Features.MidrandBooks.Products.Models;
|
using LiteCharms.Features.MidrandBooks.Products.Models;
|
||||||
using LiteCharms.Features.Models;
|
using LiteCharms.Features.Models;
|
||||||
@@ -15,6 +16,9 @@ public partial class Home : ComponentBase
|
|||||||
[Inject] private AuthorService AuthorService { get; set; } = default!;
|
[Inject] private AuthorService AuthorService { get; set; } = default!;
|
||||||
[Inject] private CategoryService CategoryService { get; set; } = default!;
|
[Inject] private CategoryService CategoryService { get; set; } = default!;
|
||||||
[Inject] private NavigationManager Navigation { get; set; } = default!;
|
[Inject] private NavigationManager Navigation { get; set; } = default!;
|
||||||
|
[Inject] private HydrationService HydrationService { get; set; } = default!;
|
||||||
|
[Inject] private CancellationToken CancellationToken { get; set; } = default!;
|
||||||
|
[Inject] private CartService CartService { get; set; } = default!;
|
||||||
|
|
||||||
[SupplyParameterFromQuery(Name = "q")] public string? SharedSearchQuery { get; set; }
|
[SupplyParameterFromQuery(Name = "q")] public string? SharedSearchQuery { get; set; }
|
||||||
[SupplyParameterFromQuery] public long? AuthorId { get; set; }
|
[SupplyParameterFromQuery] public long? AuthorId { get; set; }
|
||||||
@@ -95,6 +99,21 @@ public partial class Home : ComponentBase
|
|||||||
|
|
||||||
private bool HasMoreItems => FilteredData.Count() > VisibleCount;
|
private bool HasMoreItems => FilteredData.Count() > VisibleCount;
|
||||||
|
|
||||||
|
protected override async Task OnInitializedAsync()
|
||||||
|
{
|
||||||
|
if (CartService.ShoppingCart.Items.Count == 0)
|
||||||
|
await CartService.LoadCartFromStorageAsync();
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||||
|
{
|
||||||
|
if (firstRender == false && HydrationService.CartHydrated == false)
|
||||||
|
{
|
||||||
|
if(!CartService.ShoppingCart.CustomerId.HasValue)
|
||||||
|
await HydrationService.EnsureCustomerExistsAsync(CancellationToken);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected override async Task OnParametersSetAsync() => await LoadCatalogDataAsync();
|
protected override async Task OnParametersSetAsync() => await LoadCatalogDataAsync();
|
||||||
|
|
||||||
private async Task LoadCatalogDataAsync()
|
private async Task LoadCatalogDataAsync()
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
@page "/payment-failed"
|
@page "/payment-failed"
|
||||||
@rendermode InteractiveServer
|
@rendermode InteractiveServer
|
||||||
|
@inject NavigationManager Navigation
|
||||||
@attribute [Authorize]
|
@attribute [Authorize]
|
||||||
|
|
||||||
<div class="container py-5">
|
<div class="container py-5">
|
||||||
@@ -13,18 +14,16 @@
|
|||||||
<line x1="12" y1="16" x2="12.01" y2="16"></line>
|
<line x1="12" y1="16" x2="12.01" y2="16"></line>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="fw-bold mb-3">Payment Failed</h1>
|
<h1 class="fw-bold mb-3">Payment Cancelled</h1>
|
||||||
<p class="text-muted fs-5">We couldn't process your transaction. Don't worry, no money was deducted from your account, and your cart items are safe.</p>
|
<p class="text-muted fs-5">We couldn't process your transaction. Don't worry, no money was deducted from your account.</p>
|
||||||
|
|
||||||
<div class="bg-light p-3 rounded mt-4">
|
<div class="bg-light p-3 rounded mt-4">
|
||||||
<p class="mb-0 text-muted small text-uppercase fw-bold">Common Causes</p>
|
<p class="mb-0 text-muted small text-uppercase fw-bold">Common Causes</p>
|
||||||
<p class="mb-0 fs-6 text-dark mt-1">Insufficient funds, incorrect card details, or a temporary bank gateway timeout.</p>
|
<p class="mb-0 fs-6 text-dark mt-1">The order was cancelled / insufficient funds, incorrect card details, or a temporary bank gateway timeout.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-grid gap-3 mt-5">
|
<div class="d-grid gap-3 mt-5">
|
||||||
<a href="/checkout" class="btn btn-dark btn-lg rounded-pill py-3">Try Again</a>
|
|
||||||
|
|
||||||
<div class="row g-3">
|
<div class="row g-3">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<a href="/" class="btn btn-outline-dark w-100 rounded-pill py-3">View Store</a>
|
<a href="/" class="btn btn-outline-dark w-100 rounded-pill py-3">View Store</a>
|
||||||
@@ -35,7 +34,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mt-5 text-muted small">If you noticed a charge or have any order questions, please contact our support desk with your account email <strong>user@email.com</strong>.</p>
|
<p class="mt-5 text-muted small">If you noticed a charge or have any order questions, please contact our support desk with your account email <strong>shop@litecharms.co.za</strong>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -0,0 +1,72 @@
|
|||||||
|
using LiteCharms.Features;
|
||||||
|
using LiteCharms.Features.Hasher;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Customers;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Orders;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments.Models;
|
||||||
|
|
||||||
|
namespace MidrandBookshop.Components.Pages;
|
||||||
|
|
||||||
|
public partial class PaymentFailed
|
||||||
|
{
|
||||||
|
[Inject] public CartService CartService { get; set; } = default!;
|
||||||
|
[Inject] public OrderService OrderService { get; set; } = default!;
|
||||||
|
[Inject] private CustomerService CustomerService { get; set; } = default!;
|
||||||
|
[Inject] public PaymentService PaymentService { get; set; } = default!;
|
||||||
|
[Inject] public HashService HashService { get; set; } = default!;
|
||||||
|
[Inject] private AuthenticationStateProvider AuthStateProvider { get; set; } = default!;
|
||||||
|
[Inject] private CancellationToken CancellationToken { get; set; } = default!;
|
||||||
|
|
||||||
|
private ClaimsPrincipal? User { get; set; }
|
||||||
|
|
||||||
|
[Parameter]
|
||||||
|
[SupplyParameterFromQuery(Name = "reference")]
|
||||||
|
public string? PaymentReference { get; set; }
|
||||||
|
|
||||||
|
protected override async Task OnInitializedAsync()
|
||||||
|
{
|
||||||
|
var authState = await AuthStateProvider.GetAuthenticationStateAsync();
|
||||||
|
User = authState!.User;
|
||||||
|
|
||||||
|
if (User?.Identity?.IsAuthenticated == false) Navigation.NavigateTo("/login");
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||||
|
{
|
||||||
|
if (!firstRender) return;
|
||||||
|
|
||||||
|
long orderId = HashService.DecodeLongIdHash(PaymentReference!).Value;
|
||||||
|
|
||||||
|
var customerEmail = User!.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Email)!.Value!;
|
||||||
|
|
||||||
|
var customerFetch = await CustomerService.GetCustomerAsync(customerEmail, CancellationToken);
|
||||||
|
|
||||||
|
if (customerFetch.IsFailed) return;
|
||||||
|
|
||||||
|
long customerId = customerFetch.Value.Id;
|
||||||
|
|
||||||
|
var orderUpdateResult = await OrderService.UpdateOrderStatusAsync(orderId, OrderStatus.Cancelled, CancellationToken);
|
||||||
|
|
||||||
|
if (orderUpdateResult.IsFailed) return;
|
||||||
|
|
||||||
|
var paymentIdFetch = await PaymentService.GetOrderPaymentAsync(orderId, CancellationToken);
|
||||||
|
|
||||||
|
if (paymentIdFetch.IsFailed) return;
|
||||||
|
|
||||||
|
await PaymentService.WriteLedgerEntryAsync(new CreateLedgerEntry
|
||||||
|
{
|
||||||
|
CustomerId = customerId,
|
||||||
|
OrderId = orderId,
|
||||||
|
PaymentGatewayId = 1,
|
||||||
|
PaymentGatewayReference = PaymentReference,
|
||||||
|
PaymentId = paymentIdFetch.Value.Id,
|
||||||
|
Status = LedgerStatuses.Cancelled
|
||||||
|
|
||||||
|
}, CancellationToken);
|
||||||
|
|
||||||
|
CartService.Clear();
|
||||||
|
CartService.ShoppingCart.OrderId = null;
|
||||||
|
await CartService.SaveCartToStorageAsync();
|
||||||
|
CartService.NotifyStateChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
@page "/payment-success"
|
@page "/payment-success"
|
||||||
@rendermode InteractiveServer
|
@rendermode InteractiveServer
|
||||||
|
@inject NavigationManager Navigation
|
||||||
@attribute [Authorize]
|
@attribute [Authorize]
|
||||||
|
|
||||||
<div class="container py-5">
|
<div class="container py-5">
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
<p class="text-muted fs-5">Thank you for shopping with Midrand Books. Your order has been received and is being processed.</p>
|
<p class="text-muted fs-5">Thank you for shopping with Midrand Books. Your order has been received and is being processed.</p>
|
||||||
<div class="bg-light p-3 rounded mt-4">
|
<div class="bg-light p-3 rounded mt-4">
|
||||||
<p class="mb-0 text-muted small text-uppercase fw-bold">Order Number</p>
|
<p class="mb-0 text-muted small text-uppercase fw-bold">Order Number</p>
|
||||||
<h5 class="fw-bold mb-0">#MB-2026-8834</h5>
|
<h5 class="fw-bold mb-0">@PaymentReference</h5>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -27,12 +28,12 @@
|
|||||||
<a href="/account" class="btn btn-outline-dark w-100 rounded-pill py-3">Order History</a>
|
<a href="/account" class="btn btn-outline-dark w-100 rounded-pill py-3">Order History</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<a href="/track-order" class="btn btn-outline-dark w-100 rounded-pill py-3">Track Order</a>
|
<a href="/account" class="btn btn-outline-dark w-100 rounded-pill py-3">Track Order</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mt-5 text-muted small">You will receive a confirmation email shortly at <strong>user@email.com</strong>.</p>
|
<p class="mt-5 text-muted small">You will receive a confirmation email shortly at <strong>@CustomerEmail</strong>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
using LiteCharms.Features;
|
||||||
|
using LiteCharms.Features.Hasher;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Customers;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments.Models;
|
||||||
|
|
||||||
|
namespace MidrandBookshop.Components.Pages;
|
||||||
|
|
||||||
|
public partial class PaymentSuccess
|
||||||
|
{
|
||||||
|
[Inject] private CartService CartService { get; set; } = default!;
|
||||||
|
[Inject] private CustomerService CustomerService { get; set; } = default!;
|
||||||
|
[Inject] private PaymentService PaymentService { get; set; } = default!;
|
||||||
|
[Inject] private HashService HashService { get; set; } = default!;
|
||||||
|
[Inject] private AuthenticationStateProvider AuthStateProvider { get; set; } = default!;
|
||||||
|
[Inject] private CancellationToken CancellationToken { get; set; } = default!;
|
||||||
|
[Inject] public IToastService ToastService { get; set; } = default!;
|
||||||
|
|
||||||
|
[Parameter]
|
||||||
|
[SupplyParameterFromQuery(Name = "reference")]
|
||||||
|
public string? PaymentReference { get; set; }
|
||||||
|
|
||||||
|
private ClaimsPrincipal? User { get; set; }
|
||||||
|
|
||||||
|
private string? CustomerEmail { get; set; }
|
||||||
|
|
||||||
|
protected override async Task OnInitializedAsync()
|
||||||
|
{
|
||||||
|
var authState = await AuthStateProvider.GetAuthenticationStateAsync();
|
||||||
|
User = authState!.User;
|
||||||
|
|
||||||
|
if (User?.Identity?.IsAuthenticated == false) Navigation.NavigateTo("/login");
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override async Task OnAfterRenderAsync(bool firstRender)
|
||||||
|
{
|
||||||
|
if (!firstRender) return;
|
||||||
|
|
||||||
|
long orderId = HashService.DecodeLongIdHash(PaymentReference!).Value;
|
||||||
|
string orderHash = HashService.HashEncodeLongId(orderId).Value;
|
||||||
|
|
||||||
|
CustomerEmail = User!.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Email)!.Value!;
|
||||||
|
|
||||||
|
var customerFetch = await CustomerService.GetCustomerAsync(CustomerEmail, CancellationToken);
|
||||||
|
|
||||||
|
if (customerFetch.IsFailed) return;
|
||||||
|
|
||||||
|
long customerId = customerFetch.Value.Id;
|
||||||
|
|
||||||
|
var paymentIdFetch = await PaymentService.GetOrderPaymentAsync(orderId, CancellationToken);
|
||||||
|
|
||||||
|
if (paymentIdFetch.IsFailed) return;
|
||||||
|
|
||||||
|
await PaymentService.WriteLedgerEntryAsync(new CreateLedgerEntry
|
||||||
|
{
|
||||||
|
CustomerId = customerId,
|
||||||
|
OrderId = orderId,
|
||||||
|
PaymentGatewayId = 1,
|
||||||
|
PaymentGatewayReference = orderHash,
|
||||||
|
PaymentId = paymentIdFetch.Value.Id,
|
||||||
|
Status = LedgerStatuses.Changed
|
||||||
|
|
||||||
|
}, CancellationToken);
|
||||||
|
|
||||||
|
CartService.Clear();
|
||||||
|
CartService.ShoppingCart.OrderId = null;
|
||||||
|
await CartService.SaveCartToStorageAsync();
|
||||||
|
CartService.NotifyStateChanged();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,116 @@
|
|||||||
|
using LiteCharms.Features.MidrandBooks.AuthorBooks;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Authors;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Customers;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Customers.Models;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Orders;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments.Models;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Products;
|
||||||
|
|
||||||
|
namespace MidrandBookshop;
|
||||||
|
|
||||||
|
public sealed class HydrationService(AuthenticationStateProvider authStateProvider, CustomerService customerService,
|
||||||
|
ProductService productService, OrderService orderService, BooksService booksService, AuthorService authorService,
|
||||||
|
CartService cartService)
|
||||||
|
{
|
||||||
|
private Cart ShoppingCart => cartService.ShoppingCart;
|
||||||
|
|
||||||
|
private AuthenticationState? AuthState { get; set; }
|
||||||
|
private ClaimsPrincipal? User { get; set; }
|
||||||
|
|
||||||
|
public bool CartHydrated { get; set; }
|
||||||
|
|
||||||
|
public async Task EnsureCustomerExistsAsync(CancellationToken cancellationToken = default)
|
||||||
|
{
|
||||||
|
if (ShoppingCart.CustomerId > 0) return;
|
||||||
|
|
||||||
|
AuthState = await authStateProvider.GetAuthenticationStateAsync();
|
||||||
|
User = AuthState!.User;
|
||||||
|
|
||||||
|
if (User?.Identity?.IsAuthenticated == false) return;
|
||||||
|
|
||||||
|
var email = User!.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Email)!.Value!;
|
||||||
|
|
||||||
|
var existingCustomer = await customerService.GetCustomerAsync(email, cancellationToken);
|
||||||
|
|
||||||
|
if (existingCustomer.IsSuccess)
|
||||||
|
ShoppingCart.CustomerId = existingCustomer.Value.Id;
|
||||||
|
|
||||||
|
if (existingCustomer.IsFailed)
|
||||||
|
{
|
||||||
|
var name = User!.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Name)?.Value ?? string.Empty;
|
||||||
|
var lastname = User!.Claims.FirstOrDefault(c => c.Type == ClaimTypes.Surname)?.Value ?? string.Empty;
|
||||||
|
var mobile = User!.Claims.FirstOrDefault(c => c.Type == ClaimTypes.MobilePhone)?.Value ?? string.Empty;
|
||||||
|
|
||||||
|
var customerCreate = await customerService.CreateCustomerAsync(new CreateCustomer { Email = email }, cancellationToken);
|
||||||
|
|
||||||
|
if (customerCreate.IsSuccess && !string.IsNullOrWhiteSpace(name))
|
||||||
|
{
|
||||||
|
ShoppingCart.CustomerId = customerCreate.Value;
|
||||||
|
|
||||||
|
if (!string.IsNullOrWhiteSpace(name))
|
||||||
|
await customerService.CreateCustomerContactAsync((long)ShoppingCart.CustomerId, new CreateCustomerContact
|
||||||
|
{
|
||||||
|
Email = email,
|
||||||
|
Name = name,
|
||||||
|
LastName = lastname,
|
||||||
|
Phone = mobile,
|
||||||
|
Type = LiteCharms.Features.ContactTypes.Personal
|
||||||
|
}, cancellationToken);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public async Task RehydrateCartFromPendingOrderAsync(CancellationToken cancellationToken = default)
|
||||||
|
{
|
||||||
|
if (User?.Identity?.IsAuthenticated == false) return;
|
||||||
|
|
||||||
|
if (ShoppingCart.OrderId.HasValue && ShoppingCart.CustomerId.HasValue)
|
||||||
|
{
|
||||||
|
cartService.CalculateTotalPrice();
|
||||||
|
CartHydrated = true;
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var orderResult = await orderService.GetPendingOrderAsync((long)ShoppingCart.CustomerId!, cancellationToken);
|
||||||
|
|
||||||
|
if (orderResult.IsFailed) return;
|
||||||
|
|
||||||
|
if(orderResult.Value.Id == ShoppingCart.OrderId)
|
||||||
|
{
|
||||||
|
cartService.CalculateTotalPrice();
|
||||||
|
CartHydrated = true;
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var orderItemsResult = await orderService.GetOrderItemsAsync((long)orderResult.Value.Id!, cancellationToken);
|
||||||
|
|
||||||
|
ShoppingCart.OrderId = orderResult.Value.Id;
|
||||||
|
|
||||||
|
if(orderItemsResult.IsFailed) return;
|
||||||
|
|
||||||
|
foreach (var item in orderItemsResult.Value)
|
||||||
|
{
|
||||||
|
var priceFetchResult = await productService.GetProductPriceAsync(item.ProductPriceId, cancellationToken);
|
||||||
|
|
||||||
|
if (priceFetchResult.IsFailed) continue;
|
||||||
|
|
||||||
|
var bookFetchResult = await booksService.GetBookByProductIdAsync(priceFetchResult.Value.ProductId, cancellationToken);
|
||||||
|
|
||||||
|
if (bookFetchResult.IsFailed) continue;
|
||||||
|
|
||||||
|
var authorFetchResult = await authorService.GetAuthorAsync(bookFetchResult.Value.AuthorId, cancellationToken);
|
||||||
|
|
||||||
|
if (authorFetchResult.IsFailed) continue;
|
||||||
|
|
||||||
|
if(!ShoppingCart.Items.Any(i => i.Price!.Id == item.ProductPriceId))
|
||||||
|
cartService.AddItem(priceFetchResult.Value, bookFetchResult.Value.Product!, authorFetchResult.Value);
|
||||||
|
}
|
||||||
|
|
||||||
|
CartHydrated = true;
|
||||||
|
|
||||||
|
await cartService.SaveCartToStorageAsync();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -18,13 +18,13 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="LiteCharms.Features" Version="1.132.0" />
|
<PackageReference Include="LiteCharms.Features" Version="1.137.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- UI -->
|
<!-- UI -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
|
<PackageReference Include="ANM.Blazored.Toast" Version="0.1.1" />
|
||||||
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.132.0" />
|
<PackageReference Include="LiteCharms.Features.MidrandBooks" Version="1.137.0" />
|
||||||
|
|
||||||
<!-- Global Usings -->
|
<!-- Global Usings -->
|
||||||
<Using Include="Blazored.Toast.Services" />
|
<Using Include="Blazored.Toast.Services" />
|
||||||
@@ -62,6 +62,7 @@
|
|||||||
<Using Include="Microsoft.AspNetCore.Components.Web" />
|
<Using Include="Microsoft.AspNetCore.Components.Web" />
|
||||||
<Using Include="Microsoft.AspNetCore.WebUtilities" />
|
<Using Include="Microsoft.AspNetCore.WebUtilities" />
|
||||||
<Using Include="Microsoft.AspNetCore.Components" />
|
<Using Include="Microsoft.AspNetCore.Components" />
|
||||||
|
<Using Include="System.Security.Cryptography.X509Certificates" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
+25
-83
@@ -1,109 +1,51 @@
|
|||||||
using LiteCharms.Features.Extensions;
|
using LiteCharms.Features.Extensions;
|
||||||
using LiteCharms.Features.Mediator;
|
|
||||||
using LiteCharms.Features.MidrandBooks.Extensions;
|
|
||||||
using LiteCharms.Features.MidrandBooks.Payments;
|
|
||||||
using LiteCharms.Features.Postgres;
|
using LiteCharms.Features.Postgres;
|
||||||
|
using MidrandBookshop;
|
||||||
using MidrandBookshop.Components;
|
using MidrandBookshop.Components;
|
||||||
using System.Security.Cryptography.X509Certificates;
|
|
||||||
using static LiteCharms.Features.Extensions.Quartz;
|
using static LiteCharms.Features.Extensions.Quartz;
|
||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
|
||||||
builder.Services.AddAntiforgery();
|
|
||||||
|
|
||||||
builder.Services.AddRazorComponents()
|
|
||||||
.AddInteractiveServerComponents();
|
|
||||||
|
|
||||||
builder.AddMonitoring();
|
builder.AddMonitoring();
|
||||||
builder.Services.AddEndpointsApiExplorer();
|
builder.Services.RegisterServices(builder.Configuration);
|
||||||
|
|
||||||
builder.Services.AddScoped(typeof(IPipelineBehavior<,>), typeof(TelemetryPipelineBehavior<,>));
|
|
||||||
builder.Services.AddScoped(typeof(IPipelineBehavior<,>), typeof(LoggingPipelineBehavior<,>));
|
|
||||||
|
|
||||||
builder.Services.AddQuartzSchedulerClient(MidrandShopSchedulerName, builder.Configuration);
|
|
||||||
|
|
||||||
builder.Services.AddMediator();
|
|
||||||
builder.Services.AddEmailServices(builder.Configuration);
|
|
||||||
builder.Services.AddEmailServiceBus();
|
|
||||||
|
|
||||||
builder.Services.AddHttpClient();
|
|
||||||
builder.Services.AddScoped<CartService>();
|
|
||||||
builder.Services.AddShopServices(includeLocalStorage: true);
|
|
||||||
builder.Services.AddHashServices(builder.Configuration);
|
|
||||||
builder.Services.AddPayfastServices(builder.Configuration);
|
|
||||||
|
|
||||||
builder.Services.AddDataProtectionDatabase(builder.Configuration);
|
|
||||||
builder.Services.AddMidrandShopDatabase(builder.Configuration);
|
|
||||||
|
|
||||||
builder.Services.AddSecurityApiSdk(builder.Configuration);
|
|
||||||
builder.Services.AddLiteCharmsWebSecurity(builder.Configuration);
|
|
||||||
|
|
||||||
builder.Services.AddMidrandShopPostgresHealthCheck();
|
|
||||||
builder.Services.AddMidrandShopQuartzHealthCheck();
|
|
||||||
builder.Services.AddHealthChecksSupport(builder.Configuration);
|
|
||||||
|
|
||||||
builder.Services.Configure<ForwardedHeadersOptions>(options =>
|
|
||||||
{
|
|
||||||
options.ForwardedHeaders = ForwardedHeaders.XForwardedFor | ForwardedHeaders.XForwardedProto;
|
|
||||||
options.KnownProxies.Clear();
|
|
||||||
});
|
|
||||||
|
|
||||||
builder.WebHost.ConfigureKestrel(options =>
|
|
||||||
{
|
|
||||||
var certBase64 = builder.Configuration["DataProtection:Certificate"];
|
|
||||||
var certPassword = builder.Configuration["DataProtection:Password"];
|
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(certBase64))
|
|
||||||
{
|
|
||||||
var rawBytes = Convert.FromBase64String(certBase64);
|
|
||||||
var kestrelCert = X509CertificateLoader.LoadPkcs12(rawBytes, certPassword);
|
|
||||||
|
|
||||||
options.ListenAnyIP(8443, listenOptions =>
|
|
||||||
{
|
|
||||||
listenOptions.UseHttps(kestrelCert);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else
|
|
||||||
options.ListenAnyIP(8080);
|
|
||||||
});
|
|
||||||
|
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
|
||||||
app.UseForwardedHeaders();
|
|
||||||
app.UseCookiePolicy();
|
|
||||||
|
|
||||||
using var security = app.Services.CreateScope();
|
|
||||||
{
|
|
||||||
var dataProtectionContext = security.ServiceProvider.GetRequiredService<DataProtectionDbContext>();
|
|
||||||
|
|
||||||
await dataProtectionContext.Database.MigrateAsync();
|
|
||||||
}
|
|
||||||
|
|
||||||
app.AddSecurityEndpoints();
|
|
||||||
|
|
||||||
var schedulerFactory = app.Services.GetRequiredService<ISchedulerFactory>();
|
|
||||||
var scheduler = await schedulerFactory.GetScheduler(MidrandShopSchedulerName);
|
|
||||||
|
|
||||||
if (!scheduler!.IsStarted)
|
|
||||||
await scheduler.Start();
|
|
||||||
|
|
||||||
if (!app.Environment.IsDevelopment())
|
if (!app.Environment.IsDevelopment())
|
||||||
{
|
{
|
||||||
app.UseExceptionHandler("/Error", createScopeForErrors: true);
|
app.UseExceptionHandler("/Error", createScopeForErrors: true);
|
||||||
app.UseHsts();
|
app.UseHsts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app.UseForwardedHeaders();
|
||||||
|
app.UseHttpsRedirection();
|
||||||
|
|
||||||
|
app.UseStatusCodePagesWithReExecute("/not-found", createScopeForStatusCodePages: true);
|
||||||
app.UseHealthChecks("/health", new HealthCheckOptions
|
app.UseHealthChecks("/health", new HealthCheckOptions
|
||||||
{
|
{
|
||||||
ResponseWriter = HealthChecks.UI.Client.UIResponseWriter.WriteHealthCheckUIResponse
|
ResponseWriter = HealthChecks.UI.Client.UIResponseWriter.WriteHealthCheckUIResponse
|
||||||
});
|
});
|
||||||
|
|
||||||
app.UseStatusCodePagesWithReExecute("/not-found", createScopeForStatusCodePages: true);
|
|
||||||
app.UseHttpsRedirection();
|
|
||||||
|
|
||||||
app.UseAntiforgery();
|
|
||||||
|
|
||||||
app.MapStaticAssets();
|
app.MapStaticAssets();
|
||||||
|
app.UseCookiePolicy();
|
||||||
|
|
||||||
|
app.UseAuthentication();
|
||||||
|
app.UseAuthorization();
|
||||||
|
app.UseAntiforgery();
|
||||||
|
app.AddSecurityEndpoints();
|
||||||
|
|
||||||
|
using (var security = app.Services.CreateScope())
|
||||||
|
{
|
||||||
|
var dataProtectionContext = security.ServiceProvider.GetRequiredService<DataProtectionDbContext>();
|
||||||
|
|
||||||
|
await dataProtectionContext.Database.MigrateAsync();
|
||||||
|
}
|
||||||
|
|
||||||
|
var schedulerFactory = app.Services.GetRequiredService<ISchedulerFactory>();
|
||||||
|
var scheduler = await schedulerFactory.GetScheduler(MidrandShopSchedulerName);
|
||||||
|
|
||||||
|
if (!scheduler!.IsStarted) await scheduler.Start();
|
||||||
|
|
||||||
app.MapRazorComponents<App>()
|
app.MapRazorComponents<App>()
|
||||||
.AddInteractiveServerRenderMode();
|
.AddInteractiveServerRenderMode();
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": false,
|
"launchBrowser": false,
|
||||||
"applicationUrl": "https://localhost:8440;http://localhost:8083",
|
"applicationUrl": "https://localhost:8443;http://localhost:8080",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,62 @@
|
|||||||
|
using LiteCharms.Features.Mediator;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Payments;
|
||||||
|
using LiteCharms.Features.Extensions;
|
||||||
|
using LiteCharms.Features.MidrandBooks.Extensions;
|
||||||
|
using static LiteCharms.Features.Extensions.Quartz;
|
||||||
|
|
||||||
|
namespace MidrandBookshop;
|
||||||
|
|
||||||
|
public static class Setup
|
||||||
|
{
|
||||||
|
public static IServiceCollection RegisterServices(this IServiceCollection services, IConfiguration configuration)
|
||||||
|
{
|
||||||
|
services.AddCancellationToken();
|
||||||
|
services.AddAntiforgery();
|
||||||
|
|
||||||
|
services.AddRazorComponents()
|
||||||
|
.AddInteractiveServerComponents();
|
||||||
|
|
||||||
|
services.AddBlazoredToast();
|
||||||
|
|
||||||
|
services.AddEndpointsApiExplorer();
|
||||||
|
|
||||||
|
services.AddScoped(typeof(IPipelineBehavior<,>), typeof(TelemetryPipelineBehavior<,>));
|
||||||
|
services.AddScoped(typeof(IPipelineBehavior<,>), typeof(LoggingPipelineBehavior<,>));
|
||||||
|
|
||||||
|
services.AddQuartzSchedulerClient(MidrandShopSchedulerName, configuration);
|
||||||
|
|
||||||
|
services.AddMediator();
|
||||||
|
services.AddEmailServices(configuration);
|
||||||
|
services.AddEmailServiceBus();
|
||||||
|
|
||||||
|
services.AddHttpClient();
|
||||||
|
services.AddScoped<CartService>();
|
||||||
|
services.AddScoped<HydrationService>();
|
||||||
|
services.AddShopServices(includeLocalStorage: true);
|
||||||
|
services.AddHashServices(configuration);
|
||||||
|
services.AddPayfastServices(configuration);
|
||||||
|
|
||||||
|
services.AddDataProtectionDatabase(configuration);
|
||||||
|
services.AddMidrandShopDatabase(configuration);
|
||||||
|
|
||||||
|
services.AddSecurityApiSdk(configuration);
|
||||||
|
services.AddLiteCharmsWebSecurity(configuration);
|
||||||
|
|
||||||
|
services.AddMidrandShopPostgresHealthCheck();
|
||||||
|
services.AddMidrandShopQuartzHealthCheck();
|
||||||
|
services.AddHealthChecksSupport(configuration);
|
||||||
|
|
||||||
|
services.Configure<ForwardedHeadersOptions>(options =>
|
||||||
|
{
|
||||||
|
options.ForwardedHeaders = ForwardedHeaders.XForwardedFor | ForwardedHeaders.XForwardedProto;
|
||||||
|
|
||||||
|
options.KnownProxies.Clear();
|
||||||
|
options.KnownIPNetworks.Clear();
|
||||||
|
|
||||||
|
options.ForwardLimit = null;
|
||||||
|
options.RequireHeaderSymmetry = false;
|
||||||
|
});
|
||||||
|
|
||||||
|
return services;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -112,3 +112,113 @@ h1:focus, h2:focus, h3:focus, h4:focus, p:focus, div:focus, span:focus {
|
|||||||
[tabindex="-1"]:focus {
|
[tabindex="-1"]:focus {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Global Toast Notification Framework Extensions
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
.blazored-toast-container {
|
||||||
|
position: fixed;
|
||||||
|
/* 🛠️ Shift anchors from top-right to bottom-left */
|
||||||
|
bottom: 24px;
|
||||||
|
left: 24px;
|
||||||
|
top: auto;
|
||||||
|
right: auto;
|
||||||
|
z-index: 2000 !important;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse; /* 💡 Newest toasts will now stack cleanly on top of old ones */
|
||||||
|
gap: 12px;
|
||||||
|
max-width: 400px;
|
||||||
|
width: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blazored-toast {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 16px 20px;
|
||||||
|
border-radius: var(--mb-radius);
|
||||||
|
background-color: var(--mb-card-bg);
|
||||||
|
color: var(--mb-text-dark);
|
||||||
|
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.04);
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||||
|
font-family: var(--font-ui);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
font-weight: 500;
|
||||||
|
animation: toastFadeIn 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.125) forwards;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Success Toast Core Variants */
|
||||||
|
.blazored-toast-success {
|
||||||
|
border-left: 4px solid var(--mb-text-dark);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Error Toast Core Variants */
|
||||||
|
.blazored-toast-error {
|
||||||
|
border-left: 4px solid var(--mb-accent-red);
|
||||||
|
color: var(--mb-accent-red);
|
||||||
|
}
|
||||||
|
|
||||||
|
.blazored-toast-icon {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-right: 12px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Entry Transition Keyframes */
|
||||||
|
@keyframes toastFadeIn {
|
||||||
|
from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-12px) scale(0.96);
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0) scale(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.book-shadow {
|
||||||
|
filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.15)) drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.1));
|
||||||
|
}
|
||||||
|
|
||||||
|
.sm-icon {
|
||||||
|
width: 14px;
|
||||||
|
height: 14px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 🛠️ Micro-interactions for the header icon placement */
|
||||||
|
.btn-cart-icon:hover {
|
||||||
|
transform: scale(1.08);
|
||||||
|
background-color: var(--mb-text-dark) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-cart-icon:hover svg {
|
||||||
|
stroke: #FFFFFF !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes toastFadeIn {
|
||||||
|
from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateX(-24px) scale(0.95); /* Slide rightward into view */
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateX(0) scale(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.blazored-toast button.blazored-toast-close,
|
||||||
|
.blazored-toast-close-icon {
|
||||||
|
display: none !important;
|
||||||
|
visibility: hidden !important;
|
||||||
|
opacity: 0 !important;
|
||||||
|
width: 0 !important;
|
||||||
|
height: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
+30
-116
@@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
@@ -11,7 +10,7 @@ metadata:
|
|||||||
namespace: midrandbooks-uat
|
namespace: midrandbooks-uat
|
||||||
data:
|
data:
|
||||||
ASPNETCORE_ENVIRONMENT: "Development"
|
ASPNETCORE_ENVIRONMENT: "Development"
|
||||||
ASPNETCORE_URLS: "https://0.0.0.0:8443"
|
ASPNETCORE_URLS: "http://0.0.0.0:8443"
|
||||||
Monitoring__Address: "http://aspire-dashboard-service.aspire.svc.cluster.local:18889"
|
Monitoring__Address: "http://aspire-dashboard-service.aspire.svc.cluster.local:18889"
|
||||||
Monitoring__ServiceName: "MidrandBooks.Uat"
|
Monitoring__ServiceName: "MidrandBooks.Uat"
|
||||||
HasherSettings__MinHashLength: "11"
|
HasherSettings__MinHashLength: "11"
|
||||||
@@ -32,30 +31,6 @@ data:
|
|||||||
LiteCharmsClientSettings__Scope: "midrandbooks-api"
|
LiteCharmsClientSettings__Scope: "midrandbooks-api"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
namespace: midrandbooks-uat
|
|
||||||
type: Opaque
|
|
||||||
data:
|
|
||||||
connection-string: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPW1pZHJhbmRzaG9wLWRldjtVc2VybmFtZT1taWRyYW5kc2hvcC1kZXYtdXNlcjtQYXNzd29yZD1hUFh5a0tnM3RTOWNtRDtQZXJzaXN0IFNlY3VyaXR5IEluZm89VHJ1ZQ==
|
|
||||||
dataprotection-connection-string: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPW1pZHJhbmRzaG9wLWRldjtVc2VybmFtZT1taWRyYW5kc2hvcC1kZXYtdXNlcjtQYXNzd29yZD1hUFh5a0tnM3RTOWNtRDtQZXJzaXN0IFNlY3VyaXR5IEluZm89VHJ1ZQ==
|
|
||||||
connection-string-quartz: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPXNjaGVkdWxlci1kZXY7VXNlcm5hbWU9c2NoZWR1bGVyLWRldi11c2VyO1Bhc3N3b3JkPWtWVm1vV0tKM3h6Z1FYO1BlcnNpc3QgU2VjdXJpdHkgSW5mbz1UcnVl
|
|
||||||
aspire-apikey: bWMzRzYzSzJqNVpPRXNpMEFqTW9qTFRYbTFLRVpGY3R6SUlqU3dEaVRHdXQ4cUdTa1B1V3d4R1AxUmJzY0pVbw==
|
|
||||||
hasher-salt: VEdsbmFIUWdRMmhoY20xekxDQk5hV1J5WVc1a1FtOXZhM01nYldGclpTQnNiM1J6SUc5bUlHMXZibVY1SUdGdVpDQmhjbVVnWVNCemRXTmpaWE56Wm5Wc0lIWnBjbUZzSUhOMGIzSjVJR2x1SUZOdmRYUm9JRUZtY21sallRPT0=
|
|
||||||
bookshop-s3-accesskey: R0s1MTRkMmNlOGRjNjkyMzdhMDVjMDFlZWY=
|
|
||||||
bookshop-s3-secretkey: ZWFhZmVkYTFhZWQ0MDllY2ZlNjA3MTRlY2RhNTQ5YjgyYmRmNWEzZGFmOWYxOGRkNjFmNjZiNDk3M2E2NDgyZQ==
|
|
||||||
litecharms-clientid: bWlkcmFuZGJvb2tzLXVhdA==
|
|
||||||
litecharms-clientsecret: c2VjcmV0Xzc3OGJkODM3NWFjNGE3Mzg2N2QxZDdhNjcwODJlZTJjNGU4NmUwODYwYmI0Y2ZlZWI5NDExOTQ5OTk2ZThhOGU=
|
|
||||||
payfast-passphrase: OUdBSVIwdFdwaFgwcU8=
|
|
||||||
payfast-merchantid: MTAwNDkzMDc=
|
|
||||||
payfast-merchantkey: anU2bmF2bjBqY2JmMA==
|
|
||||||
litecharms-client-clientid: bWlkcmFuZGJvb2tzLWFwaS1zY2FsZXItdWF0
|
|
||||||
litecharms-client-clientsecret: c2VjcmV0XzBhOGRjMWY5OTA2MTU5MGE1MmIxMjcyZGIzYTE4NzFkMjc2MWM3OWZiZDA1OGIyYTk2ODkxMTAyOWU0YjIwOGE=
|
|
||||||
dataprotection-cert: TUlJS2dBSUJBekNDQ2pZR0NTcUdTSWIzRFFFSEFhQ0NDaWNFZ2dvak1JSUtIekNDQkZJR0NTcUdTSWIzRFFFSEJxQ0NCRU13Z2dRL0FnRUFNSUlFT0FZSktvWklodmNOQVFjQk1GY0dDU3FHU0liM0RRRUZEVEJLTUNrR0NTcUdTSWIzRFFFUkREUWEwZ0F3RUFBaUFCQURBTkJnbGdoa2dCWlFNRUFnRUZBQUFTb0VFS2Y2bE55USt1REU4ZjNCOWw5T3pGNG9mSmw5cUtkK3lKTTVBNXEy d0RBRUNIMXBPL2hVRXpsTkFnSUlBQT09
|
|
||||||
dataprotection-password: OWlIUSMmcl41eWZYRXc=
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: midrandbooks-pvc
|
name: midrandbooks-pvc
|
||||||
@@ -73,7 +48,8 @@ metadata:
|
|||||||
name: midrandbooks
|
name: midrandbooks
|
||||||
namespace: midrandbooks-uat
|
namespace: midrandbooks-uat
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
|
revisionHistoryLimit: 0
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: midrandbooks
|
app: midrandbooks
|
||||||
@@ -105,109 +81,56 @@ spec:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: midrandbooks-config
|
name: midrandbooks-config
|
||||||
|
- secretRef:
|
||||||
|
name: midrandbooks-secrets
|
||||||
env:
|
env:
|
||||||
- name: DataProtection__Certificate
|
- name: DataProtection__Certificate
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: midrandbooks-secrets
|
name: litecharms-certs
|
||||||
key: dataprotection-cert
|
key: litecharms.pfx
|
||||||
- name: DataProtection__Password
|
- name: DataProtection__Password
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: midrandbooks-secrets
|
name: litecharms-certs
|
||||||
key: dataprotection-password
|
key: passphrase
|
||||||
- name: LiteCharmsSettings__ClientId
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: litecharms-clientid
|
|
||||||
- name: LiteCharmsSettings__ClientSecret
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: litecharms-clientsecret
|
|
||||||
- name: BookshopS3Settings__AccessKey
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: bookshop-s3-accesskey
|
|
||||||
- name: BookshopS3Settings__SecretKey
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: bookshop-s3-secretkey
|
|
||||||
- name: HasherSettings__Salt
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: hasher-salt
|
|
||||||
- name: PayfastSettings__Passphrase
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: payfast-passphrase
|
|
||||||
- name: PayfastSettings__MerchantId
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: payfast-merchantid
|
|
||||||
- name: PayfastSettings__MerchantKey
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: payfast-merchantkey
|
|
||||||
- name: LiteCharmsClientSettings__ClientId
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: litecharms-client-clientid
|
|
||||||
- name: LiteCharmsClientSettings__ClientSecret
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: litecharms-client-clientsecret
|
|
||||||
- name: ConnectionStrings__PostgresScheduler
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: connection-string-quartz
|
|
||||||
- name: ConnectionStrings__PostgresMidrandBooks
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: connection-string
|
|
||||||
- name: ConnectionStrings__PostgresDataProtection
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: dataprotection-connection-string
|
|
||||||
- name: Monitoring__ApiKey
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: midrandbooks-secrets
|
|
||||||
key: aspire-apikey
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- name: cluster-certs-volume
|
||||||
|
mountPath: /tmp/litecharms-raw-certs
|
||||||
|
readOnly: true
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /app/wwwroot/content
|
mountPath: /app/content
|
||||||
subPath: bookshop-content
|
subPath: bookshop-content
|
||||||
|
lifecycle:
|
||||||
|
postStart:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- /bin/sh
|
||||||
|
- -c
|
||||||
|
- |
|
||||||
|
cp /tmp/litecharms-raw-certs/litecharms.crt /usr/local/share/ca-certificates/litecharms.crt
|
||||||
|
update-ca-certificates
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8443
|
port: 8443
|
||||||
scheme: HTTPS
|
scheme: HTTP
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
port: 8443
|
port: 8443
|
||||||
scheme: HTTPS
|
scheme: HTTP
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: midrandbooks-pvc
|
claimName: midrandbooks-pvc
|
||||||
|
- name: cluster-certs-volume
|
||||||
|
secret:
|
||||||
|
secretName: litecharms-certs
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
@@ -223,14 +146,6 @@ spec:
|
|||||||
app: midrandbooks
|
app: midrandbooks
|
||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: ServersTransport
|
|
||||||
metadata:
|
|
||||||
name: midrandbooks-bypass-backend-validation
|
|
||||||
namespace: midrandbooks-uat
|
|
||||||
spec:
|
|
||||||
insecureSkipVerify: true
|
|
||||||
---
|
|
||||||
apiVersion: traefik.io/v1alpha1
|
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: midrandbooks-web-secure
|
name: midrandbooks-web-secure
|
||||||
@@ -244,11 +159,10 @@ spec:
|
|||||||
services:
|
services:
|
||||||
- name: midrandbooks-service
|
- name: midrandbooks-service
|
||||||
port: 443
|
port: 443
|
||||||
scheme: https
|
|
||||||
serversTransport: midrandbooks-bypass-backend-validation
|
|
||||||
sticky:
|
sticky:
|
||||||
cookie:
|
cookie:
|
||||||
name: "lp-sticky-session"
|
name: "lp-sticky-session"
|
||||||
httpOnly: true
|
httpOnly: true
|
||||||
secure: true
|
secure: true
|
||||||
tls: {}
|
scheme: http
|
||||||
|
tls: {}
|
||||||
Reference in New Issue
Block a user