mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
store apply_discounts result for use in test cases
This commit is contained in:
@@ -88,7 +88,7 @@ class CrossSellingService:
|
||||
potential_discounts_by_cartpos = defaultdict(list)
|
||||
|
||||
from ..services.pricing import apply_discounts
|
||||
apply_discounts(
|
||||
self._discounted_prices = apply_discounts(
|
||||
self.event,
|
||||
self.sales_channel,
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user