fix
This commit is contained in:
@@ -50,7 +50,7 @@ class _CartPageState extends ConsumerState<CartPage> {
|
||||
_hasLoggedViewCart = true;
|
||||
|
||||
AnalyticsService.logViewCart(
|
||||
cartValue: cartState.totalPrice,
|
||||
cartValue: cartState.selectedTotal,
|
||||
items: cartState.items.map((item) => AnalyticsEventItem(
|
||||
itemId: item.product.productId,
|
||||
itemName: item.product.name,
|
||||
|
||||
Reference in New Issue
Block a user