{"slug":"unuspay-crypto-payments-for-easy-digital-downloads","name":"UnusPay Crypto Payments For Easy Digital Downloads","description":"THE #1 CRYPTO PAYMENT SOLUTION FOR EASY DIGITAL DOWNLOADS，1000+ CRYPTOS — TRUSTED BY 3,000+ BUSINESSES WORLDWIDE, NOW POWERED BY AI.","author":"unustech01","active_installs":0,"version":"1.0.2","wp_org_url":"https://wordpress.org/plugins/unuspay-crypto-payments-for-easy-digital-downloads/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"edd_unuspay_checkouts","full_table_name":"wp_edd_unuspay_checkouts","description":"Stores edd unuspay checkouts data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"VARCHAR(36)","nullable":false,"primary_key":false},{"name":"order_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"accept","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_edd_unuspay_checkouts ( id VARCHAR(36) NOT NULL, order_id BIGINT UNSIGNED NOT NULL DEFAULT 0, accept LONGTEXT NOT NULL, created_at datetime NOT NULL DEFAULT '1000-01-01 00:00:00', PRIMARY KEY (id) );"},{"table_name":"edd_unuspay_transactions","full_table_name":"wp_edd_unuspay_transactions","description":"Stores edd unuspay transactions data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"order_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"tracking_uuid","type":"VARCHAR(64)","nullable":false,"primary_key":false},{"name":"blockchain","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"transaction_id","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"sender_id","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"receiver_id","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"token_id","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"amount","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"status","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"failed_reason","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"confirmed_by","type":"TINYTEXT","nullable":false,"primary_key":false},{"name":"confirmed_at","type":"datetime","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_edd_unuspay_transactions ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, order_id BIGINT UNSIGNED NOT NULL DEFAULT 0, checkout_id VARCHAR(36) NOT NULL, tracking_uuid VARCHAR(64) NOT NULL, blockchain TINYTEXT NOT NULL, transaction_id TINYTEXT NOT NULL, sender_id TINYTEXT NOT NULL, receiver_id TINYTEXT NOT NULL, token_id TINYTEXT NOT NULL, amount TINYTEXT NOT NULL, status TINYTEXT NOT NULL, failed_reason TINYTEXT NOT NULL, confirmed_by TINYTEXT NOT NULL, confirmed_at datetime NOT NULL DEFAULT '1000-01-01 00:00:00', created_at datetime NOT NULL DEFAULT '1000-01-01 00:00:00', PRIMARY KEY (id), KEY tracking_uuid_index (tracking_uuid) );"}],"table_count":2}