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
Shine On You Crazy Diamond Sticker | Pink Floyd Inspired Vinyl Decal

Shine On You Crazy Diamond Sticker | Pink Floyd Inspired Vinyl Decal

$5.99Price

A brilliant tribute to one of the most legendary songs in rock history, this sticker is a must-have for any Pink Floyd fan.
More than just a sticker, it’s a symbol of those who shine despite life’s challenges—just like Syd Barrett, the song’s inspiration. Whether you’re a die-hard Pink Floyd fan or simply love a cool, retro aesthetic, this vibrant and playful design will stand out wherever you place it.

✨ Perfect for:
-Classic rock lovers & vinyl collectors
- Laptops, water bottles, notebooks & guitars
- Fans of psychedelic & retro-style art
- Anyone who believes in shining through the darkness

Details:
-Sizes: 3”×3”, 4”×4”, 5.5”×5.5”
-Bubble-free, durable vinyl for easy application
-Weatherproof & fade-resistant – perfect for everyday use
-High-quality print with vibrant colors & bold design

💎 Shine bright and let your love for music speak! Add this Pink Floyd-inspired sticker to your collection today. 🎸✨

Age restrictions: For adults
EU Warranty: 2 years

In compliance with the General Product Safety Regulation (GPSR), Oak inc. and SINDEN VENTURES LIMITED ensure that all consumer products offered are safe and meet EU standards. For any product safety related inquiries or concerns, please contact our EU representative at gpsr@sindenventures.com. You can also write to us at 123 Main Street, Anytown, Country or Markou Evgenikou 11, Mesa Geitonia, 4002, Limassol, Cyprus.

Quantity
    bottom of page