Skip to content

Commit

Permalink
gambiarra: temporalily setting bank name to "bank"
Browse files Browse the repository at this point in the history
when transactions comes from pluggy
  • Loading branch information
nicolasauler committed Dec 17, 2024
1 parent c234709 commit eba7bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/expenses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub async fn process_pluggy_expenses(
description: transaction.description,
price: transaction.amount,
category: None,
bank: None,
bank: Some("bank".to_owned()),
external_account_id: transaction.account_id,
external_id: transaction.id,
external_created_at: transaction.created_at,
Expand Down

0 comments on commit eba7bc1

Please sign in to comment.