fix: harden payment provider handling

This commit is contained in:
2026-06-28 14:12:24 +03:00
parent 0b7bd166c8
commit 612963a606
7 changed files with 31 additions and 19 deletions

View File

@@ -240,7 +240,6 @@ class HandleSbpWithdrawalWalletEventCommand:
withdraw_id=withdraw_id,
phone=str(withdrawal.phone or ''),
bank_id=str(withdrawal.bank_id or ''),
# amount=Decimal(str(withdrawal.rub_amount or '0')),
amount=Decimal('1'),
trace_id=str(withdrawal.trace_id or self._logger.get_trace_id()),
)