From b12f67ba161ac58bfdd2287b045a4ec1c1b112c7 Mon Sep 17 00:00:00 2001 From: Fabian Zitter Date: Tue, 1 Oct 2024 15:19:10 +0200 Subject: [PATCH] Another key mapping --- lib/ibanity/api/ponto_connect/account.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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},