feat(admin): add AdminTopupCreateView for admin top-up functionality ✨
This commit is contained in:
@@ -11,6 +11,7 @@ from .views import (
|
||||
TopupDetailAPIView,
|
||||
CancelTopupView,
|
||||
ListWalletTransactionView,
|
||||
AdminTopupCreateView,
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
@@ -37,6 +38,7 @@ urlpatterns = [
|
||||
VerifyTopupPaymentAPIView.as_view(),
|
||||
name="verify-topup-payment",
|
||||
),
|
||||
path("admin-topup/", AdminTopupCreateView.as_view(), name="admin-topup"),
|
||||
path(
|
||||
"topup/<str:pk>/cancel/",
|
||||
CancelTopupView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user