feat: changed TPV behaviour
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
||||
from django.urls import path
|
||||
|
||||
from shop.views import webhook
|
||||
|
||||
app_name = "shop"
|
||||
|
||||
|
||||
urlpatterns = []
|
||||
urlpatterns = [
|
||||
path("order/<str:uuid>/webhook/", webhook, name="webhook"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user