{"slug":"onpay-io-for-woocommerce","name":"OnPay.io for WooCommerce","description":"Plugin for WooCommerce, based on the official OnPay PHP SDK.","author":"OnPay.io","active_installs":1000,"version":"1.0.52","wp_org_url":"https://wordpress.org/plugins/onpay-io-for-woocommerce/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"access_tokens","full_table_name":"wp_access_tokens","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"high","columns":[{"name":"user_id","type":"TEXT","nullable":false,"primary_key":false},{"name":"provider_id","type":"TEXT","nullable":false,"primary_key":false},{"name":"issued_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"access_token","type":"TEXT","nullable":false,"primary_key":false},{"name":"token_type","type":"TEXT","nullable":false,"primary_key":false},{"name":"expires_in","type":"INT","nullable":true,"primary_key":false},{"name":"refresh_token","type":"TEXT","nullable":true,"primary_key":false},{"name":"scope","type":"TEXT","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS access_tokens ( user_id TEXT NOT NULL, provider_id TEXT NOT NULL, issued_at DATETIME NOT NULL, access_token TEXT NOT NULL, token_type TEXT NOT NULL, expires_in INT, refresh_token TEXT, scope TEXT NOT NULL )');"}],"table_count":1}