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
Wish You Were Here Sticker | Pink Floyd Album-Inspired Vinyl Decal
$5.99Price
Immerse yourself in a surreal fusion of Pink Floyd’s iconic Wish You Were Here imagery and Salvador Dalí-inspired dreamscapes. This artwork reimagines the legendary handshake with a psychedelic twist—floating clocks, burning figures, and vivid surreal colors that capture the timeless essence of 60s and 70s rock culture.
Perfect for music lovers, vinyl collectors, and anyone who lives for the deeper layers of art and sound, this piece is more than decoration—it’s a conversation starter, a tribute, and a visual journey into the heart of classic rock history.
Features: -Psychedelic & Surreal Design: Inspired by Pink Floyd’s Wish You Were Here and Dalí’s dreamlike style. -Premium Print Quality: High-resolution, vibrant colors on durable materials. -Multiple Sizes Available: Ideal for music rooms, studios, living spaces, or gallery walls. -Exclusive Collector’s Piece: Designed for fans who cherish the artistry behind the music.
Why You’ll Love It: -Brings the spirit of classic rock into your home. -A bold, artistic statement for those who think and feel deeply. -Perfect gift for Pink Floyd fans and lovers of psychedelic culture.
Made in USA
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.