Skip to content

Commit

Permalink
feat: adding bank name as connector name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasauler committed Dec 18, 2024
1 parent 2eead87 commit 0ed5ddf
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 @@ -93,7 +93,7 @@ pub async fn process_pluggy_expenses(
description: transaction.description,
price: transaction.amount,
category: None,
bank: Some("bank".to_owned()),
bank: Some(item.connector_name.clone()),
external_account_id: transaction.account_id,
external_id: transaction.id,
external_created_at: transaction.created_at,
Expand Down

0 comments on commit 0ed5ddf

Please sign in to comment.