execute(); $db_results = $schemaManager->get_results(); } catch (Exception $e) { $db_results['errors'][] = $e->getMessage(); } $install_result = ['db' => $db_results]; } else if ($action === 'delete') { check_admin_token(); $delete_result = ['tables' => []]; $tables_to_delete = $tables_to_check; foreach ($tables_to_delete as $table) { sql_query("DROP TABLE IF EXISTS `{$table}`", false); $delete_result['tables'][] = $table; } } $existing_tables = []; foreach ($tables_to_check as $table) { if (sql_query("SHOW TABLES LIKE '$table'", false) && sql_num_rows(sql_query("SHOW TABLES LIKE '$table'", false)) > 0) { $existing_tables[] = $table; } } $is_installed = count($existing_tables) == count($tables_to_check); ?>

결제 관리 솔루션

다양한 결제 모듈 연동 및 로그 관리 시스템

설치 작업 완료

데이터베이스 설치 작업이 완료되었습니다.

관리자 메인으로 이동

삭제 작업 완료

솔루션 관련 데이터가 삭제되었습니다.

설치 완료

결제 관리 솔루션이 이미 설치되어 있습니다.

관리자 메인으로 이동

설치 필요

결제 관리 솔루션을 사용하기 위해 설치가 필요합니다.

설치 상태

테이블명설명상태
'결제 정보', 'estimate_payment_log' => '결제 상태 로그', 'estimate_payment_payload' => 'PG사 연동 전문')[$table] ?? '데이터 테이블'; ?> 설치됨 미설치