move ResultConverter to core app

This commit is contained in:
imperosol
2026-07-15 16:28:05 +02:00
parent f1e60f2cd1
commit 058b928899
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