emile 1 year ago
parent d13a945937
commit 3fd05d0e7d

@ -8,7 +8,7 @@ urlpatterns = [
path('products/', views.customer_products, name='customerproducts'), path('products/', views.customer_products, name='customerproducts'),
path('pricing/', views.pricing, name='pricing'), path('pricing/', views.pricing, name='pricing'),
path('initiate_checkout/', views.initiate_checkout, name='initiatecheckout'), path('initiate_checkout/', views.initiate_checkout, name='initiatecheckout'),
path('webhook/', views.webhook_handler, name='webhook_handler'), path('webhooks/', views.webhook_handler, name='webhook_handlers'),
] ]

Loading…
Cancel
Save