remove stray word

This commit is contained in:
Mira Weller
2026-03-06 11:09:18 +01:00
parent e37b032d4e
commit 12ba49e263
+1 -1
View File
@@ -413,7 +413,7 @@ class CartManager:
VoucherOperation: 15,
ExtendOperation: 20,
AddOperation: 30
}ordermanager
}
def __init__(self, event: Event, cart_id: str, sales_channel: SalesChannel,
invoice_address: InvoiceAddress=None, widget_data=None, reservation_time: timedelta=None):