payment options fixes

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-07 01:46:28 +00:00
parent 909ed1cb17
commit 87d1662a18
4 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
"""Billing routes including bank transfer confirmation and credit endpoints."""
from django.urls import path, include
from rest_framework.routers import DefaultRouter
from .views import (
from .billing_views import (
BillingViewSet,
InvoiceViewSet,
PaymentViewSet,