Skip to content

Commit

Permalink
idTransaction dans api/{annuler,refaire}
Browse files Browse the repository at this point in the history
Pour faire plaisir à Jean Loup
  • Loading branch information
GeoffreyFrogeye committed May 6, 2016
1 parent f93fd05 commit 85c9fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/annuler.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
}
$requete->close();

retour("ok", ["client" => $client, "soldeAncien" => $soldeAncien, "soldeNouveau" => $soldeNouveau]);
retour("ok", ["client" => $client, "soldeAncien" => $soldeAncien, "soldeNouveau" => $soldeNouveau, "idTransaction" => $_POST['idTransaction']]);

?>
2 changes: 1 addition & 1 deletion api/refaire.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@
}
$requete->close();

retour("ok", ["client" => $client, "soldeAncien" => $soldeAncien, "soldeNouveau" => $soldeNouveau]);
retour("ok", ["client" => $client, "soldeAncien" => $soldeAncien, "soldeNouveau" => $soldeNouveau, "idTransaction" => $_POST['idTransaction']]);

?>

0 comments on commit 85c9fec

Please sign in to comment.