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