fix: harden payment provider handling
This commit is contained in:
@@ -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()),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user