This commit is contained in:
@@ -34,7 +34,7 @@ public partial class BookCard
|
||||
|
||||
CartService.AddItem(productPriceFetch.Value, bookFetch.Value.Product!, authorFetch.Value);
|
||||
|
||||
ToastService.ShowSuccess($"Added '{Title}' to your order.", "Add To Cart");
|
||||
ToastService.ShowSuccess($"Added '{Title}' to your order.", "Cart Changed");
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user