// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
29 C
Singapore

More than 30 complaints filed with CASE against Internet Entrepreuner linked companies

The Consumers’ Association of Singapore (CASE) has confirmed receiving more than 30 complaints since the beginning of this year against Digimatic Media Pte Ltd and Leverage Leap Pte Ltd. The complainants claim that they were made to spend between $2,000 and $5,000 for advanced courses conducted by the companies, but that the lecturers of such courses were ineffective. They claimed that mentors also become indifferent after receiving the money.

The prominent Internet Entrepreneur who is linked to both companies, describes himself as making “a comfortable full-time income working from the comfort of his home”.

The complainants alleged that they were coaxed into signing for the advanced courses after attending a free 3 hours preview seminars. They had to pay $2,000 to attend the 2-days advance course workshops. During the workshops, entrepreneur is said to upsell the participants to pay another $2,000 to be a part of his “inner circle” for more coaching.

screengrab: http://www.summitmy.com/dominic/
screengrab: http://www.summitmy.com/dominic/

The complainants said that what he taught was very different from what he claimed he would be teaching, and they also found that what he taught were impractical or ineffective techniques. When they failed to make any income from the ebooks, he simply dismissed them by saying their ebooks were lousy. They also complained that after he collected their money, he became indifferent to them.

See also  3 Simple Ways to Know If Your Credit Card Has Been Hacked

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });