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
Excuse Me While I Kiss the Sky – Jimi Vibes T-Shirt
$29.99Price
Step into the psychedelic era with this Jimi Vibes T-shirt — a vibrant tribute to the legendary Jimi Hendrix. Featuring an electrifying design with his iconic silhouette and the timeless phrase “Excuse me while I kiss the sky,” this piece captures the soul of 60s rock and the spirit of creative freedom.
Made from soft, breathable cotton, it’s perfect for music festivals, jam sessions, or just vibing through life with Hendrix energy. The small crossed guitars on the front add a subtle, stylish nod to the rock legends who changed the world.
Why you’ll love it: -Unique Hendrix-inspired artwork full of psychedelic color and retro flair. -High-quality print that keeps its intensity wash after wash. -Soft, comfortable fit for everyday wear or special gigs. -Perfect for vintage rock lovers, free spirits, and true believers in good music.
Details -Premium knit mid-weight jersey -Smooth, comfortable 2-way stretch fabric -Fade-resistant print for long-lasting color -Regular fit that moves with you -Fabric certified OEKO-TEX 100 standard — safe and skin-friendly
Original artwork inspired by Jimi Hendrix; not affiliated with or endorsed by any artist or brand.
• Traceability: - Knitting—Lithuania - Dyeing—Poland - Manufacturing—Latvia • Contains 0% recycled polyester • Contains 0% dangerous substances • This item releases plastic microfibers into the environment during washing
Age restrictions: For adults EU Warranty: 2 years Other compliance information: Meets the formaldehyde and zo dyes level requirements.
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.