Skip to content

Commit

Permalink
Debug result of response raw
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcnxd committed Nov 13, 2024
1 parent 7c1d4fc commit 57cf572
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
$investment = new investments();

$currentBalance = $investment->getTotal();
echo json_encode(
"amount" => '$'. number_format($currentBalance, 2)
)

echo number_format($currentBalance, 2);

0 comments on commit 57cf572

Please sign in to comment.