WEB-APP/ Optimization/ Build fix/ Hotkey edit mode/ Log rotation/ Form a11y/ E2E non-blocking

This commit is contained in:
Vladless
2026-04-13 00:38:29 +00:00
parent c1b9b20ea3
commit c693c28ee7
270 changed files with 20933 additions and 6365 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ async def fetch_successful_payment_rows_db(
Payment.created_at,
)
stmt = (
select(Payment.payment_system, Payment.payment_id, Payment.tg_id)
select(Payment.payment_system, Payment.payment_id, Payment.user_id)
.where(
Payment.status == "success",
Payment.payment_system.notin_(PAYMENT_SYSTEMS_EXCLUDED),