billing accoutn with all the mess here
This commit is contained in:
@@ -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)),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user