6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
orgid = await get_userorgid()
|
|
if orgid is None:
|
|
return UiError(title='Error', message='You need login')
|
|
|
|
ret = await set_promote_discount(request, params_kw)
|