{"table_name":"kict_kpg_order_transactions","full_table_name":"wp_kict_kpg_order_transactions","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"high","create_sql":"create table KICT_KPG_order_transactions ( `order_number` varchar(255) not null, `transaction_id` varchar(255) not null, `transaction_status` varchar(255) not null)\"; $KPG_config_result=$wpdb->get_results($KPG_config_query);","columns":[{"name":"order_number","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"transaction_id","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"transaction_status","type":"varchar(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"kict-payment-gateway","name":"KICT Payment Gateway","active_installs":10,"version":"2.12","wp_org_url":"https://wordpress.org/plugins/kict-payment-gateway/"}}