payments
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from payments.views import PaymentCreateView
|
||||
|
||||
urlpatterns = [
|
||||
path("create/", PaymentCreateView.as_view(), name="payments_create"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user