Skip to content

Commit

Permalink
fix datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Zitter committed Oct 1, 2024
1 parent a2bd529 commit aa9ccbd
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 @@ -200,10 +200,10 @@ defmodule Ibanity.PontoConnect.Account do
subtype: {~w(attributes subtype), :string},
available_balance: {~w(attributes availableBalance), :number},
available_balance_changed_at: {~w(attributes availableBalanceChangedAt), :datetime},
available_balance_reference_date: {~w(attributes availableBalanceReferenceDate), :date},
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_reference_date: {~w(attributes currentBalanceReferenceDate), :date},
current_balance_reference_date: {~w(attributes currentBalanceReferenceDate), :datetime},
holder_name: {~w(attributes holderName), :string},
reference_type: {~w(attributes referenceType), :string},
authorization_expiration_expected_at:
Expand Down

0 comments on commit aa9ccbd

Please sign in to comment.