{"slug":"avopay-bitcoin-for-woocommerce","name":"AvoPay Bitcoin for WooCommerce","description":"Accept Bitcoin Lightning payments in WooCommerce — funds go direct to your AQUA wallet. No node, no KYC, no chargebacks.","author":"avopaydev","active_installs":0,"version":"1.0.16","wp_org_url":"https://wordpress.org/plugins/avopay-bitcoin-for-woocommerce/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"avopay_logs","full_table_name":"wp_avopay_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"order_id","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"swap_id","type":"VARCHAR(64)","nullable":true,"primary_key":false},{"name":"level","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"event","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"detail","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE wp_avopay_logs ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, order_id VARCHAR(20) DEFAULT NULL, swap_id VARCHAR(64) DEFAULT NULL, level VARCHAR(10) NOT NULL, event VARCHAR(100) NOT NULL, detail TEXT, created_at DATETIME NOT NULL, PRIMARY KEY (id), KEY idx_order (order_id), KEY idx_swap (swap_id), KEY idx_created (created_at) ) $charset_collate;\"; dbDelta( $sql );"}],"table_count":1}