6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
debug(f'/unipay/notify/stripe/index.dspy:{params_kw}')
|
|
ns = params_kw.copy()
|
|
ns.provider = 'stripe'
|
|
return await payment_notify(request, recharge_accounting, params_kw=ns)
|
|
|