mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Discounts: Allow "buy X to get Y" with different product sets for X and Y (#3543)
This commit is contained in:
@@ -52,7 +52,11 @@ TEST_DISCOUNT_RES = {
|
||||
"condition_min_count": 3,
|
||||
"condition_min_value": "0.00",
|
||||
"benefit_discount_matching_percent": "100.00",
|
||||
"benefit_only_apply_to_cheapest_n_matches": 1
|
||||
"benefit_only_apply_to_cheapest_n_matches": 1,
|
||||
"benefit_same_products": True,
|
||||
"benefit_limit_products": [],
|
||||
"benefit_apply_to_addons": True,
|
||||
"benefit_ignore_voucher_discounted": False,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user