From a990857c760b384beacb55b326d270f13b3d84c5 Mon Sep 17 00:00:00 2001 From: Fabian Zitter Date: Tue, 1 Oct 2024 15:14:13 +0200 Subject: [PATCH] fix datatypes --- 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 8560b83..63292c6 100644 --- a/lib/ibanity/api/ponto_connect/account.ex +++ b/lib/ibanity/api/ponto_connect/account.ex @@ -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: