From 3fd05d0e7d9bd4df78dc9efc86cfd65dd5242d16 Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 8 Apr 2024 23:23:40 +0300 Subject: [PATCH] ss --- .../__pycache__/urls.cpython-310.pyc | Bin 582 -> 596 bytes osinaweb/customercore/urls.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/osinaweb/customercore/__pycache__/urls.cpython-310.pyc b/osinaweb/customercore/__pycache__/urls.cpython-310.pyc index 7ecfcb8e1716d5dd8198f6c8f1b739ff4c2dd8bf..c1d7fc9e043625b010aaa96a6498faa0753c7220 100644 GIT binary patch delta 99 zcmX@ca)pIApO=@50SH`!MAFu6BLD_+S^1TwIQYw{k(E&%ubAhiGh delta 85 zcmcb@a*TyHpO=@50SNvCilnXC$g998#ZjJ`l#!pGt$&Lj%8JiO%uC5hEt>4f7$sfA g4pe=MyR;~$AhDz*wJ5K6B|{N6P^^f1@+rnH0Adar=>Px# diff --git a/osinaweb/customercore/urls.py b/osinaweb/customercore/urls.py index 1a1f464a..ed78a115 100644 --- a/osinaweb/customercore/urls.py +++ b/osinaweb/customercore/urls.py @@ -8,7 +8,7 @@ urlpatterns = [ path('products/', views.customer_products, name='customerproducts'), path('pricing/', views.pricing, name='pricing'), path('initiate_checkout/', views.initiate_checkout, name='initiatecheckout'), - path('webhook/', views.webhook_handler, name='webhook_handler'), + path('webhooks/', views.webhook_handler, name='webhook_handlers'), ]