{"slug":"payza-payments","name":"Payza Payments","description":"Easy integration of Payza payments / AlertPay payments to your WordPres powered blog. You can configure all options on WP Admin interface.","author":"hccoder","active_installs":10,"version":"1.0","wp_org_url":"https://wordpress.org/plugins/payza-payments/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"hccoder_payza","full_table_name":"wp_hccoder_payza","description":"Stores hccoder payza data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"amount","type":"float unsigned","nullable":false,"primary_key":false},{"name":"currency","type":"varchar(3)","nullable":false,"primary_key":false},{"name":"status","type":"text","nullable":false,"primary_key":false},{"name":"firstname","type":"text","nullable":false,"primary_key":false},{"name":"lastname","type":"text","nullable":false,"primary_key":false},{"name":"email","type":"text","nullable":false,"primary_key":false},{"name":"description","type":"text","nullable":false,"primary_key":false},{"name":"summary","type":"text","nullable":false,"primary_key":false},{"name":"created","type":"int(4) unsigned","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `hccoder_payza` ( `id` bigint(20) unsigned NOT NULL auto_increment, `amount` float unsigned NOT NULL, `currency` varchar(3) NOT NULL, `status` text NOT NULL, `firstname` text NOT NULL, `lastname` text NOT NULL, `email` text NOT NULL, `description` text NOT NULL, `summary` text NOT NULL, `created` int(4) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE"}],"table_count":1}