gsd 2 years ago
parent
commit
4114e4ebf6
  1. 2
      paybot.facti13.py

2
paybot.facti13.py

@ -51,7 +51,7 @@ class Client:
def build_handler(self):
@self.qiwi_dp.transaction_handler()
async def handle_transaction(t: Transaction, ctx: Context):
if t.type != Transaction.type == TransactionType.IN:
if t.type != TransactionType.IN:
return
if t.status != TransactionStatus.SUCCESS:
return

Loading…
Cancel
Save