Order creation API

This commit is contained in:
Raphael Michel
2025-08-11 17:47:11 +02:00
parent ea454ac302
commit 0fd2c60fa0
6 changed files with 129 additions and 13 deletions

View File

@@ -77,7 +77,6 @@ from pretix.control.forms import (
)
from pretix.helpers.countries import CachedCountries
ROUNDING_MODES = (
('line', _('Rounding every line individually')),
('sum_by_net', _('Rounding by order total, keeping net prices stable')),