LCC International University > Donate to LCC > Account closed

Your account was closed

On behalf of LCC International University faculty and students, we thank you for your support!

Now that your account was closed, all your personal data and payment instructions were deleted.

Go to main page
window.addEventListener('message', function(event) { console.log('Received postMessage event:', event); // Check for a specific message if needed if (event.data === 'chatClosed') { console.log('The chat has been closed.'); // You could hide the chat container here, e.g., // document.getElementById('chatbox').style.display = 'none'; } });