Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Zitter committed Oct 1, 2024
1 parent 525f596 commit a2bd529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ibanity/api/ponto_connect/account.ex
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ defmodule Ibanity.PontoConnect.Account do
currency: {~w(attributes currency), :string},
subtype: {~w(attributes subtype), :string},
available_balance: {~w(attributes availableBalance), :number},
available_balance_changed_at: {~w(attributes availableBalanceChanged_at), :datetime},
available_balance_changed_at: {~w(attributes availableBalanceChangedAt), :datetime},
available_balance_reference_date: {~w(attributes availableBalanceReferenceDate), :date},
current_balance: {~w(attributes current_balance), :number},
current_balance_changed_at: {~w(attributes current_balance_changed_at), :datetime},
Expand Down

0 comments on commit a2bd529

Please sign in to comment.