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
Jim Morrison Wrapping Paper | Retro Psychedelic Musical Gift Wrap
$12.99Price
Wrap your gifts with a touch of rebellion and poetry. ✨ This Jim Morrison Wrapping Paper celebrates the mystique of The Doors’ frontman through a hypnotic, retro-psychedelic design. Featuring Morrison’s iconic portrait surrounded by swirling patterns in deep red, gold, and violet tones, it’s perfect for music lovers who live and breathe classic rock.
Ideal for holiday gifts, art lovers, or anyone who believes rock is forever — not just a sound, but a statement.
Product Details: -Sizes: 30″×36″, 30″×72″, 30″×180″ -Digital printing for rich, vibrant color and crisp detail -Smooth, durable paper finish -Perfect for Christmas gifts, music fans, or rock-themed decor -Designed by Throwback Psychedelia – keeping the legend of rock alive, one riff at a time
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.