Skip to content

Commit

Permalink
fix: update __init__ of refunds app
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Dec 14, 2023
1 parent c9daf3b commit 729fb49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ecommerce/extensions/dashboard/refunds/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'ecommerce.extensions.dashboard.refunds.apps.RefundsDashboardConfig'
2 changes: 1 addition & 1 deletion ecommerce/settings/_oscar.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'ecommerce.extensions.dashboard',
'ecommerce.extensions.dashboard.catalogue',
'ecommerce.extensions.dashboard.offers',
'ecommerce.extensions.dashboard.refunds',
'ecommerce.extensions.dashboard.refunds.apps.RefundsDashboardConfig' # Providing full path to make the signals work
'ecommerce.extensions.dashboard.orders',
'ecommerce.extensions.dashboard.users',

Expand Down

0 comments on commit 729fb49

Please sign in to comment.