fix: change itpay webhook
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user