diff --git a/show_order.php b/show_order.php new file mode 100644 index 0000000..5bd19d2 --- /dev/null +++ b/show_order.php @@ -0,0 +1,16 @@ + $uuid, + 'is_admin_view' => $isAdminView, +]); + +header("Location: /receipt/index.php?{$params}", true, 301); +exit;