mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34: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)
|
potential_discounts_by_cartpos = defaultdict(list)
|
||||||
|
|
||||||
from ..services.pricing import apply_discounts
|
from ..services.pricing import apply_discounts
|
||||||
apply_discounts(
|
self._discounted_prices = apply_discounts(
|
||||||
self.event,
|
self.event,
|
||||||
self.sales_channel,
|
self.sales_channel,
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user