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] ?? '데이터 테이블'; ?> | 설치됨 미설치 |