diff --git a/src/presentation/routing/order.py b/src/presentation/routing/order.py index fe4bd92..f59b842 100644 --- a/src/presentation/routing/order.py +++ b/src/presentation/routing/order.py @@ -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),