0) { // Get recent orders for this user (just paid) $query = "SELECT o.*, s.game_name FROM {$table_prefix}billing_orders o LEFT JOIN {$table_prefix}billing_services s ON o.service_id = s.service_id WHERE o.user_id = $user_id AND o.status = 'paid' ORDER BY o.order_date DESC LIMIT 10"; $result = mysqli_query($db, $query); if ($result) { while ($row = mysqli_fetch_assoc($result)) { $orders[] = $row; $total_paid += floatval($row['price']); } } mysqli_close($db); } ?>
Your payment has been processed successfully
Transaction ID:
| Order ID | Server Name | Game | Duration | Status | Price |
|---|---|---|---|---|---|
| # | x | PAID | $ |
Note: Your orders are being processed. If you don't see them listed above, please log into your account or contact support.