fix: change itpay webhook

This commit is contained in:
2026-05-11 14:22:29 +03:00
parent 9c8a466789
commit c86c4b451b

View File

@@ -87,7 +87,7 @@ async def create_order(
return content
@itpay_router.post('/webhook')
@itpay_router.post('/webhook/itpay')
async def itpay_webhook(
request: Request,
payment_command: CreatePaymentCommand = Depends(get_create_payment_command),