From 83439df2e6704cf204dc5eb5d702feb29653037d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 19 Dec 2025 10:57:28 +0800 Subject: [PATCH] bugfix --- unipay/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unipay/init.py b/unipay/init.py index 6955dbe..2330a8a 100644 --- a/unipay/init.py +++ b/unipay/init.py @@ -57,7 +57,7 @@ async def create_payment(request, params_kw=None): e = Exception(f'{provider} cannot pay') exception(f'{e}') raise e - notify_url = env.entire_url(f'providers/{provider}') + notify_url = env.entire_url(f'notify/{provider}') pl = PaymentLog(request._run_ns) fee = await get_pay_fee(provider, data.amount) channel = get_provider_channel(provider)