family

Enigma1 1

Decipher

    The little extra: a family deduction game to decode!    

33,00€ inc. tax

Details
Poppoppopculturepop1

Pop pop pop

The little extra: test your general popular knowledge with this quiz game!

20,00€ inc. tax

Details
Jacketleharicotmagique1

Jack and the beanstalk

  The little extra: a game of strategy and dexterity in the universe of Jack and the Beanstalk...

20,00€ inc. tax

Details
Animetre1 2

Animeter

The little extra : collect delicious with the help of your animals to reach the top of the tree !

15,00€ inc. tax

Details
Smileygames1

Smiley games

    The little extra: a multigame to fill up with a good mood!    

12,00€ inc. tax

Details
Dinomagma1 1

Dino magma

  The little extra: a game of conquest of dinosaur eggs in the heart of an island with an erupting...

20,00€ inc. tax

Details
Miximages1

Mix images

    The little extra: offer the best bid to receive your favorite characters!    

14,00€ inc. tax

Details
Frenchtour1 1

French Tour

    The little extra: go on a tour of France to discover unusual and original places with...

20,00€ inc. tax

Details
Robotroc1

Robot barter

    The little extra: a clever strategic game where composing the most powerful robot will...

12,00€ inc. tax

Details
Legrimoiredugrandstroumpf1

Papa Smurf's grimoire

      The little extra: experience the adventure of the Smurfs with this cooperative...

25,00€ inc. tax

Details
Dinnerinparis1

Dinner in Paris

    The little extra : succeed in accessing the better places in the new pedestrian...

40,00€ inc. tax

Details
Murano1

Murano

    The little extra: Assemble your pieces of glass to create beautiful creations!    

27,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