Disable scopes for all unique ID generation

This commit is contained in:
Raphael Michel
2019-06-17 14:05:05 +02:00
parent d716f7e014
commit 4b65b94bd5
5 changed files with 10 additions and 3 deletions

View File

@@ -160,6 +160,7 @@ class CartActionMixin:
return items
@scopes_disabled()
def generate_cart_id(request=None, prefix=''):
"""
Generates a random new cart ID that is not currently in use, with an optional pretix.