Skip to content

Commit

Permalink
fix datatypes
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 9b3ce9a commit a990857
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 a990857

Please sign in to comment.