diff --git a/lib/ibanity/api/ponto_connect/account.ex b/lib/ibanity/api/ponto_connect/account.ex index 63292c6..12415be 100644 --- a/lib/ibanity/api/ponto_connect/account.ex +++ b/lib/ibanity/api/ponto_connect/account.ex @@ -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},