From 36eb5ebd3bc7275e5813c1a91e666cd4ec0927a8 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Tue, 19 Mar 2024 20:47:31 +0700 Subject: [PATCH] fix 1 payment gateway --- system/controllers/order.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/controllers/order.php b/system/controllers/order.php index ca10439b..af5c26fa 100644 --- a/system/controllers/order.php +++ b/system/controllers/order.php @@ -301,7 +301,6 @@ switch ($action) { $_POST['gateway'] = $pgs[0]; } } - break; case 'buy': $gateway = _post('gateway'); if (empty ($gateway) && !empty ($_SESSION['gateway'])) {