This commit is contained in:
yumoqing 2025-12-19 10:57:28 +08:00
parent 885c2a03ba
commit 83439df2e6

View File

@ -57,7 +57,7 @@ async def create_payment(request, params_kw=None):
e = Exception(f'{provider} cannot pay') e = Exception(f'{provider} cannot pay')
exception(f'{e}') exception(f'{e}')
raise e raise e
notify_url = env.entire_url(f'providers/{provider}') notify_url = env.entire_url(f'notify/{provider}')
pl = PaymentLog(request._run_ns) pl = PaymentLog(request._run_ns)
fee = await get_pay_fee(provider, data.amount) fee = await get_pay_fee(provider, data.amount)
channel = get_provider_channel(provider) channel = get_provider_channel(provider)