Complete refactor to new grpc control plane and only http proxy for carts #4

Merged
mats merged 75 commits from refactor/http-proxy into main 2025-10-14 22:31:28 +02:00
Showing only changes of commit ee5d714220 - Show all commits

View File

@@ -262,7 +262,7 @@ func (c *CartGrain) UpdateTotals() {
value := NewPriceFromIncVat(voucher.Value, 25) value := NewPriceFromIncVat(voucher.Value, 25)
c.TotalDiscount.Add(*value) c.TotalDiscount.Add(*value)
c.TotalDiscount.Subtract(*value) c.TotalPrice.Subtract(*value)
} }
} }
} }