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
John Lennon Ornament – Love & Peace Psychedelic Decoration, Retro Beatles
$12.99Price
Spread peace and good vibes this season with our John Lennon “Love & Peace” Psychedelic Ornament. A vibrant tribute to the spirit of the ‘60s, this glossy acrylic ornament captures Lennon’s timeless message with a colorful retro twist. Perfect for Beatles fans, vintage collectors, and dreamers who believe that music and love can change the world.
Made from optically clear, digital-grade acrylic with a glossy finish that makes colors glow under the lights. Comes with a red ribbon — ready to hang and inspire peace wherever you place it.
Products Details: -Material Optically clear digital-grade acrylic -Size diameter 3″ (7.8 cm) -Thickness: 0.25″ (6.35 mm) -Technique UV printing for vivid, lasting color -One-sided print, glossy finish -Comes with a red ribbon for hanging
Perfect as a Christmas gift for Beatles lovers, peace advocates, and anyone who lives by Lennon’s words: “All you need is love.”
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.