diff --git a/app/Transformers/AccountTransformer.php b/app/Transformers/AccountTransformer.php index 9a54374657..231a31a9b6 100644 --- a/app/Transformers/AccountTransformer.php +++ b/app/Transformers/AccountTransformer.php @@ -68,6 +68,7 @@ class AccountTransformer extends AbstractTransformer // get account role (will only work if the type is asset. $accountRole = $this->getAccountRole($account, $accountType); $date = $this->getDate(); + $date->endOfDay(); [$currencyId, $currencyCode, $currencySymbol, $decimalPlaces] = $this->getCurrency($account); [$creditCardType, $monthlyPaymentDate] = $this->getCCInfo($account, $accountRole, $accountType);