import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import java.util.*; @RestController public class CheckoutController { @GetMapping("/checkout") public Map checkout( @RequestParam String products, @RequestParam(required = false) String coupon) { // Parse products Map productQuantities = new HashMap<>(); for (String productEntry : products.split(",")) { String[] parts = productEntry.split(":"); productQuantities.put( parts[0], // Product ID Integer.parseInt(parts[1]) // Quantity ); } // Build result Map result = new HashMap<>(); result.put("products", productQuantities); result.put("coupon", coupon != null ? coupon : "No coupon applied"); return result; } }
top of page

ODP|MTMC NYE: Good Vibes Only

Wed, Dec 31

|

Oakland

Celebrate NYE with the Oakland Don’t Play (ODP) & MTMC family! Dance, connect, and capture memories at the photobooth. Special performances through out the night from our MTMC. Theee DJ Sunflower will keep the energy high from 8pm to 1am.

Tickets are not on sale
See other events
ODP|MTMC  NYE: Good Vibes Only
ODP|MTMC  NYE: Good Vibes Only

Time & Location

Dec 31, 2025, 8:00 PM – Jan 01, 2026, 1:00 AM

Oakland, 1189 79th Ave, Oakland, CA 94621, USA

Guests

About the event

Step into the heart of Oakland for an unforgettable New Year's Eve at Oakland Don’t Play in collab with MTMC ! Enjoy vibrant celebration in our space, bringing together the fam for a night of music, dancing, and connection. Bring in the new year dressed in what makes you happy. Enjoy a live DJ set from thee Sunflower, special performances all night from our MTMC family. Take a moment at the photobooth to capture every moment.


Vision board section available. Advance tickets are just $5, or $10 at the door—secure your spot early and join us for good vibes only. Let's welcome 2026 together with energy and positivity.

Share this event

bottom of page