diff --git a/system/controllers/order.php b/system/controllers/order.php index b06fbc0a..b5f4c24f 100644 --- a/system/controllers/order.php +++ b/system/controllers/order.php @@ -438,7 +438,6 @@ switch ($action) { } case 'buy': $gateway = _post('gateway'); - print_r($routes); if($gateway == 'balance') { unset($_SESSION['gateway']); r2(U . 'order/pay/' . $routes[2] . '/' . $routes[3]); diff --git a/system/lan/indonesia.json b/system/lan/indonesia.json index b2ad5308..b8249a3a 100644 --- a/system/lan/indonesia.json +++ b/system/lan/indonesia.json @@ -844,5 +844,6 @@ "Security": "Keamanan", "Enable_CSRF_Validation": "Aktifkan Validasi CSRF", "Cross_site_request_forgery": "Pemalsuan permintaan lintas situs", - "Forgot_Password": "Lupa Kata Sandi" + "Forgot_Password": "Lupa Kata Sandi", + "Validity_Periode": "Periode Validitas" } \ No newline at end of file