mirror of
https://github.com/pretix/pretix.git
synced 2025-12-05 21:32:28 +00:00
Update src/pretix/plugins/banktransfer/tasks.py
Co-authored-by: Richard Schreiber <schreiber@pretix.eu>
This commit is contained in:
@@ -139,7 +139,6 @@ def _find_order_for_invoice_id(base_qs, prefixes, number):
|
||||
|
||||
@transaction.atomic
|
||||
def _handle_transaction(trans: BankTransaction, matches: tuple, regex_match_to_slug, event: Event = None, organizer: Organizer = None):
|
||||
print(matches)
|
||||
orders = []
|
||||
if event:
|
||||
for slug, code in matches:
|
||||
|
||||
Reference in New Issue
Block a user