Getting decent
This commit is contained in:
@ -210,7 +210,7 @@ export async function pullData(amount = 100) {
|
||||
for (const transaction of transactions) {
|
||||
const amount = Number(transaction.amount);
|
||||
const date = new Date(transaction.postedDate);
|
||||
const id = transaction.transactionId;
|
||||
const id = transaction.hostTranNumber;
|
||||
const payee = transaction.description || '';
|
||||
const statementDescription = transaction.statementDescription;
|
||||
const card = cardRegEx.test(statementDescription)
|
||||
|
||||
Reference in New Issue
Block a user