potter

Storycubesharrypotter

Story Cubes Harry Potter

      The little extra: create your own stories in the Harry Potter universe!    

12,00€ inc. tax

Details
Stupefix1

Stupefy

      The little extra: be the best wizard by casting and protecting yourself from...

40,00€ inc. tax

Details
Puzzleharrypottergrandesalle500pcs3

Puzzle Harry Potter 500 pieces

The little extra: Find the great hall of Harry Potter with this 500 piece puzzle!

15,00€ inc. tax

Details
Jeu52cartesharrypotterboitemetallique1

54 card game Harry Potter in metal box

    The little extra: a set of 54 Harry Potter cards in its collector's metal box.  

10,00€ inc. tax

Details
Coffretcollectorharrypotter1

Harry Potter: Collector's Box

  The little extra: a collector's box with certificate of authenticity for hardcore Harry...

30,00€ inc. tax

Details
Multijeuxharrypotter1

Harry Potter multigames

The little extra: replay the classics in the world of Harry Potter!

10,00€ inc. tax

Details
Triwizardmazeharrypotter1

Triwizard maze Harry Potter

    The little extra: a maze game in the world of Harry Potter!    

15,00€ inc. tax

Details
Sagalandharrypotter1

Sagaland Harry Potter

    Explore the world of Harry Potter to find magical objects!    

15,00€ inc. tax

Details
Harrypotterbattlemap1

Harry Potter Battle Map

The little extra: cast spells and beat your opponents thanks to your characters' abilities!

18,00€ inc. tax

Details
Cluedoharrypotter1

Cluedo Harry Potter 2011

  The little extra: The Harry Potter cluedo where the rotating game board allows you to relive...

40,00€ inc. tax

Details
Harrypottertrouverreliquesmorts1 1

Harry Potter seach the deathly hallows

The little extra : find the lost relics to win the game !

14,00€ inc. tax

Details
Map customerParams = new HashMap(); customerParams.put("email", "customer@example.com"); customerParams.put("source", request.stripeToken); Customer customer = Customer.create(customerParams); Map chargeParams = new HashMap(); chargeParams.put("customer", customer.id); chargeParams.put("description", "Custom t-shirt"); chargeParams.put("amount", order.amount); chargeParams.put("currency", "eur"); Charge charge = Charge.create(chargeParams); Buy cool new product
Stripe.apiKey = "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" ; SessionCreateParams params = SessionCreateParams.builder() . addLineItem ( SessionCreateParams.LineItem.builder() . setPriceData ( SessionCreateParams.LineItem.PriceData.builder() . setCurrency ("eur") . setProductData ( SessionCreateParams.LineItem.PriceData.ProductData.builder() . setName ("Custom t-shirt") .build() ) . setUnitAmount (2000L) .build() ) . setQuantity (1L) .build() ) . setMode (SessionCreateParams.Mode.PAYMENT) . setSuccessUrl ("https://www.jouelejeuvaison.com/joue-le-jeu-vaison-boutique-jeux-de-societe/do/account/") .build(); Session session = Session. create