add: add payment api
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from .views import AtmosCallbackApiView
|
||||
from .views import AtmosCallbackApiView, PaymentGenerateLinkApiView
|
||||
|
||||
urlpatterns = [
|
||||
path('callback/', AtmosCallbackApiView.as_view()),
|
||||
path('payment/', PaymentGenerateLinkApiView.as_view()),
|
||||
]
|
||||
Reference in New Issue
Block a user