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
Pink Floyd Mushroom Forest Sticker | Psychedelic Trippy Vinyl Decal

Pink Floyd Mushroom Forest Sticker | Psychedelic Trippy Vinyl Decal

$5.99Price
Step into the forest where music meets the mind. 🍄🌌
This Pink Floyd-inspired sticker blends surreal mushrooms, a starry sky, and deep psychedelic colors into a magical tribute to one of the most iconic bands of all time. It’s a visual trip — perfect for old souls, cosmic dreamers, and true fans of progressive rock.

Stick it on your journal, water bottle, laptop, or record player and let the vibe speak for itself. ✨

🍄 Product Details:

Sizes: 3×3", 4×4", 5.5×5.5"
Bubble-free vinyl — easy to apply & long-lasting
Matte finish, vivid colors, waterproof
Designed for dreamers, music lovers & artists

Made in the USA

🎶 Because sometimes, the best way to listen to Pink Floyd is through art.

Age restrictions: For adults
EU Warranty: 2 years
Quantity
    bottom of page