Setting up USDT payment system database... Adding USDT columns to users table... ✓ usdt_balance column already exists ✓ usdt_address column already exists Creating USDT orders table... ✓ USDT orders table created Creating USDT withdrawals table... ✓ USDT withdrawals table created Creating USDT transactions log table... ✓ USDT transactions log table created Creating USDT settings table... ✓ USDT settings table created Inserting default USDT settings... ✓ Setting: min_deposit ✓ Setting: max_deposit ✓ Setting: min_withdrawal ✓ Setting: max_withdrawal ✓ Setting: withdrawal_fee ✓ Setting: confirmation_required ✓ Setting: auto_approve_withdrawals ✓ Setting: supported_networks ✓ Setting: default_network ✓ Setting: api_enabled ================================================== 🎉 USDT payment system database setup completed successfully! Next steps: 1. Update your USDT API credentials in config/usdt_payment.php 2. Configure your webhook URL in the TetherU dashboard 3. Test the deposit and withdrawal functionality API Configuration needed: - USDT_SECRET_KEY: Get from TetherU dashboard - USDT_MERCHANT_ID: Get from TetherU dashboard - Webhook URL: https://yourdomain.com/webhook/usdt_payment.php