updated db model
This commit is contained in:
@@ -76,7 +76,7 @@ class Repository:
|
||||
|
||||
|
||||
for txn in transactions:
|
||||
acct = txn.RECVR_ACCT_NO
|
||||
acct = txn.recvr_acct_no
|
||||
|
||||
if self.validate_account_exists(acct):
|
||||
valid_transactions.append(txn)
|
||||
|
||||
Reference in New Issue
Block a user