move ResultConverter to core app

This commit is contained in:
imperosol
2026-09-25 15:56:49 +02:00
parent 2fbc0dfd06
commit c54cdcfc7c
3 changed files with 13 additions and 47 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
from django.urls import path, register_converter
from eboutic.converters import PaymentResultConverter
from core.converters import ResultConverter
from eboutic.views import (
BillingInfoFormFragment,
EbouticCheckout,
@@ -34,7 +34,7 @@ from eboutic.views import (
payment_result,
)
register_converter(PaymentResultConverter, "res")
register_converter(ResultConverter, "res")
urlpatterns = [
# Subscription views