forked from CGM_Public/pretix_original
Refactored checkout steps
This commit is contained in:
@@ -6,3 +6,8 @@ This signal is sent out to include code into the HTML <head> tag
|
||||
html_head = EventPluginSignal(
|
||||
providing_args=["request"]
|
||||
)
|
||||
|
||||
"""
|
||||
This signal is sent out to retrieve pages for the checkout flow
|
||||
"""
|
||||
checkout_flow_steps = EventPluginSignal()
|
||||
|
||||
Reference in New Issue
Block a user