From 2571fd5755978b7b652977894f110de3fa8224bc Mon Sep 17 00:00:00 2001
From: ayamberkakienam <zackhardyz@gmail.com>
Date: Sat, 7 Oct 2017 17:50:14 +0700
Subject: [PATCH] Fix bug on url redirection after completing order

---
 order/order_handler.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/order/order_handler.php b/order/order_handler.php
index 7c3442c4..b676fbd7 100644
--- a/order/order_handler.php
+++ b/order/order_handler.php
@@ -16,5 +16,5 @@
 
 	mysqli_close($con);
 	
-	header('Location: order.php');	
+	header("Location: order.php?id=$cust_id");	
 ?>
\ No newline at end of file
-- 
GitLab