boardgame

Destindevoleur1

A Thief's Fortune

    The little extra: a game where the thief's fate depends on each player and his...

37,00€ inc. tax

Details
Excavationearth1

Excavation earth

    The little extra: go looking for artifacts of extinct breeds!    

50,00€ inc. tax

Details
Thegardens1

The gardens

    The little extra: go for a botanical creation in the heart of Sydney!    

40,00€ inc. tax

Details
Vividmemories1

Vivid memories

    The little extra: collect memories and unforgettable moments to earn as many points...

45,00€ inc. tax

Details
Benevolent1

Benevolent

    The little extra: explore the mysterious forest to win special gifts!    

32,00€ inc. tax

Details
Dunaia2

Dunaïa

    The little extra: help the dunaias, robots, to accomplish the 3 objectives of the prophecy...

36,00€ inc. tax

Details
Pendulum1

Pendulum

    The little extra: powerful nobles, invest the time to build the best engine!    

54,00€ inc. tax

Details
Curators1 1

Curators

    The little extra: curators, it’s up to you to obtain work loans to become the...

40,00€ inc. tax

Details
Fairytile1

Fairy tile

The little extra : place your tiles to explore the kingdom and tell you story!

23,00€ inc. tax

Details
Orichalque1

Orichalcum

The little extra : place your tiles so that you eradicate all the monsters!

40,00€ inc. tax

Details
Venice1

Venice

The little extra : become the most influent merchant by dropping or not in broker contracts!

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