Implement sender-based anti-fraud system
This commit is contained in:
@@ -37,6 +37,7 @@ class Sinks(util.Base):
|
||||
# setattr(self.truelayer, "sinks", self)
|
||||
|
||||
def got_transactions(self, subclass, account_id, transactions):
|
||||
print("GOT TX", transactions[0:10])
|
||||
if not transactions:
|
||||
return False
|
||||
transaction_ids = [x["transaction_id"] for x in transactions]
|
||||
|
||||
Reference in New Issue
Block a user