Add configuration model for enrollment refunds. Use order info from otto in refund window calculation Delete dupe tests. Extend tests to include window tests Move ecom client from lib to djangoapps in openedx
4 lines
148 B
Python
4 lines
148 B
Python
""" Commerce app. """
|
|
# this is here to support registering the signals in signals.py
|
|
from commerce import signals # pylint: disable=unused-import
|