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; } }

SOLILOQUIUM LEVIATHAN

  • TITLE: “SOLILOQUIUM LEVIATHAN”
  • MEDIUM: ACRYLIC, PASTEL, CHARCOAL, COLORED PENCIL ON CANVAS
  • SIZE: 72.5” X 96.5” | 184.15cm x 243.84cm
  • DATE: 2023
  • SIGNED: Noël St. John Harnden
  • AUTHENTICATION: Comes with authentication certificate
  • Price on Request

INSPIRATION: Conjuring light with the power that is present, temple of ochre, amber and yellow. Look for the serpent with feathers of fire, worship the stars from the ships of the sky.

SKU: NSTJH_O_00004 Category: Tag:
  • TITLE: “SOLILOQUIUM LEVIATHAN”
  • MEDIUM: ACRYLIC, PASTEL, CHARCOAL, COLORED PENCIL ON CANVAS
  • SIZE: 72.5” X 96.5” | 184.15cm x 243.84cm
  • DATE: 2023
  • SIGNED: Noël St. John Harnden
  • AUTHENTICATION: Comes with authentication certificate
  • Price on Request

INSPIRATION: Conjuring light with the power that is present, temple of ochre, amber and yellow. Look for the serpent with feathers of fire, worship the stars from the ships of the sky.

Weight 6 kg
Dimensions 220 × 20 × 20 cm

Reviews

There are no reviews yet.

Be the first to review “SOLILOQUIUM LEVIATHAN”

Your email address will not be published. Required fields are marked *