fix: webhook url
This commit is contained in:
parent
3787e1726a
commit
ac98ec7338
|
|
@ -149,7 +149,7 @@ def checkout_vv(request):
|
||||||
|
|
||||||
|
|
||||||
def webhook_url(base_url: str) -> str:
|
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:
|
def checkout_error_url(base_url: str) -> str:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue