Commit 8a71d37ce38bc416bc8693d9ccce53b9a17d7218

Authored by Geoffrey PREUD'HOMME
1 parent c85f3520

Ajout montant dans api/client/ajouter

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
api/client/ajouter.php
@@ -38,6 +38,6 @@ $requete->close(); @@ -38,6 +38,6 @@ $requete->close();
38 $idTransaction = transaction(TRANSACTION_CREATION, $_POST["idCarte"], $solde); 38 $idTransaction = transaction(TRANSACTION_CREATION, $_POST["idCarte"], $solde);
39 39
40 40
41 -retour("ok", ["idTransaction" => $idTransaction]); 41 +retour("ok", ["idTransaction" => $idTransaction, "soldeNouveau" => $solde]);
42 42
43 ?> 43 ?>