fix: webhook url

This commit is contained in:
Livio Bieri 2023-11-17 14:44:27 +01:00 committed by Christian Cueni
parent 3787e1726a
commit ac98ec7338
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ def checkout_vv(request):
def webhook_url(base_url: str) -> str:
return f"{base_url}/api/shop/transaction/webhook"
return f"{base_url}/api/shop/transaction/webhook/"
def checkout_error_url(base_url: str) -> str: