fix: change itpay webhook
This commit is contained in:
@@ -87,7 +87,7 @@ async def create_order(
|
|||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
||||||
@itpay_router.post('/webhook')
|
@itpay_router.post('/webhook/itpay')
|
||||||
async def itpay_webhook(
|
async def itpay_webhook(
|
||||||
request: Request,
|
request: Request,
|
||||||
payment_command: CreatePaymentCommand = Depends(get_create_payment_command),
|
payment_command: CreatePaymentCommand = Depends(get_create_payment_command),
|
||||||
|
|||||||
Reference in New Issue
Block a user