|
|
@ -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 |
|
|
|