missing updates #5

Merged
mats merged 77 commits from refactor/http-proxy into main 2025-10-14 23:12:06 +02:00
Showing only changes of commit 5ca21e214f - Show all commits

View File

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