move ResultConverter to core app

This commit is contained in:
imperosol
2025-10-26 10:52:14 +01:00
parent 766a3bcf6b
commit 7fb955cab9
3 changed files with 13 additions and 47 deletions

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