billing accoutn with all the mess here

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-05 03:59:54 +00:00
parent 6b291671bd
commit 6cf786b03f
41 changed files with 7257 additions and 685 deletions

View File

@@ -19,5 +19,7 @@ router.register(r'transactions', CreditTransactionViewSet, basename='transaction
router.register(r'admin', AdminBillingViewSet, basename='admin-billing')
urlpatterns = [
# Payment methods alias for easier frontend access
path('payment-methods/', PaymentViewSet.as_view({'get': 'available_methods'}), name='payment-methods'),
path('', include(router.urls)),
]