Skip to content
Snippets Groups Projects
Commit 2571fd57 authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Fix bug on url redirection after completing order

parent 96a2ece3
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -16,5 +16,5 @@
mysqli_close($con);
header('Location: order.php');
header("Location: order.php?id=$cust_id");
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment