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

THRICE CALLED HE. TO HERMES

  • TITLE: “THRICE CALLED HE. TO HERMES” watercolor
  • MEDIUM: Watercolor, Charcoal, Pastel on Arches Watercolor paper 300 g/m 140lb
  • SIZE: 18” x 24” | 45.72cm x 60.96cm
  • DATE: 2019
  • SIGNED: Noël St. John Harnden
  • AUTHENTICATION: Comes with authentication certificate
  • Price on Request

INSPIRATION: Flickering pauses in between breath. Multi verse journeys in mind over matter. Fly through the doorway reach out to perception, colors kaleidoscope slip ways in time.

SKU: NSTJH_O_00005 Category: Tag:
  • TITLE: “THRICE CALLED HE. TO HERMES” watercolor
  • MEDIUM: Watercolor, Charcoal, Pastel on Arches Watercolor paper 300 g/m 140lb
  • SIZE: 18” x 24” | 45.72cm x 60.96cm
  • DATE: 2019
  • SIGNED: Noël St. John Harnden
  • AUTHENTICATION: Comes with authentication certificate
  • Price on Request

INSPIRATION: Flickering pauses in between breath. Multi verse journeys in mind over matter. Fly through the doorway reach out to perception, colors kaleidoscope slip ways in time.

 

Weight .5 kg
Dimensions 70 × 11 × 11 cm

Reviews

There are no reviews yet.

Be the first to review “THRICE CALLED HE. TO HERMES”

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