Skip to content

Commit

Permalink
Another key mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Zitter authored and damienbr committed Oct 10, 2024
1 parent a990857 commit b12f67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ibanity/api/ponto_connect/account.ex
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ defmodule Ibanity.PontoConnect.Account do
available_balance: {~w(attributes availableBalance), :number},
available_balance_changed_at: {~w(attributes availableBalanceChangedAt), :datetime},
available_balance_reference_date: {~w(attributes availableBalanceReferenceDate), :datetime},
current_balance: {~w(attributes current_balance), :number},
current_balance_changed_at: {~w(attributes current_balance_changed_at), :datetime},
current_balance: {~w(attributes currentBalance), :number},
current_balance_changed_at: {~w(attributes currentBalanceChangedAt), :datetime},
current_balance_reference_date: {~w(attributes currentBalanceReferenceDate), :datetime},
holder_name: {~w(attributes holderName), :string},
reference_type: {~w(attributes referenceType), :string},
Expand Down

0 comments on commit b12f67b

Please sign in to comment.