Files
edx-platform/lms/djangoapps/commerce/__init__.py
Bill DeRusha 1f77810fad Add configurable refund window
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
2015-10-30 09:01:53 -04:00

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