Coverage for /home/tribaal/workspace/django-shop/shop/order_signals : 100.00%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Order-related signals
"""Emitted when the Cart was converted to an Order"""
"""Emitted when the user is shown the "select a payment method" page """
"""Emitted when the user finished placing his order (regardless of the payment success or failure)"""
"""Emitted when the payment was received for the Order"""
"""Emitted if the payment was refused or other fatal problem"""
"""Emitted (manually) when the shop clerk or robot shipped the order""" |