Complete refactor to new grpc control plane and only http proxy for carts #4
@@ -262,6 +262,7 @@ func (c *CartGrain) UpdateTotals() {
|
||||
value := NewPriceFromIncVat(voucher.Value, 25)
|
||||
|
||||
c.TotalDiscount.Add(*value)
|
||||
c.TotalDiscount.Subtract(*value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user