diff --git a/browser/app/payments/sumup.py b/browser/app/payments/sumup.py index 50cf2a4..7c15852 100644 --- a/browser/app/payments/sumup.py +++ b/browser/app/payments/sumup.py @@ -9,7 +9,7 @@ from quart import current_app from shared.config import config if TYPE_CHECKING: - from cart.models.order import Order + from shared.models.order import Order SUMUP_BASE_URL = "https://api.sumup.com/v0.1" diff --git a/browser/templates/_types/auth/_main_panel.html b/browser/templates/_types/auth/_main_panel.html index d394dd0..230b07a 100644 --- a/browser/templates/_types/auth/_main_panel.html +++ b/browser/templates/_types/auth/_main_panel.html @@ -18,7 +18,7 @@ {% endif %} {% endif %} -