Skip to content

Commit

Permalink
fix: more optional deser fields on list transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasauler committed Dec 18, 2024
1 parent 26c47a9 commit 2eead87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pluggy/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct CreditCardMetadata {
purchase_date: Option<OffsetDateTime>,
payee_mcc: Option<String>,
card_number: Option<String>,
bill_id: String,
bill_id: Option<String>,
}

#[derive(Deserialize, Serialize, Debug)]
Expand Down

0 comments on commit 2eead87

Please sign in to comment.