let create_transactions() handle all the mailing

This commit is contained in:
Lukas Bockstaller
2026-03-09 18:06:04 +01:00
parent 4602db2bff
commit b5cf122a2a
3 changed files with 3 additions and 3 deletions

View File

@@ -3420,7 +3420,7 @@ def test_order_create_use_gift_cards_only_pending(token_client, organizer, event
False, 0
),
(
True, 2 # TODO check why we get 3 mails, one order receivend and two payments
True, 2
),
],
)