legends

Montagecet3

Tales and Legends 3: At the end of the tale!

On 28/11/2020

 

Hello everyone!

Here is our new showcase, Tales and Legends, episode 3: At the end of the Tale!

Do not hesitate to come and discover it during the day and at nightfall :)

Have a good day, have a good weekend.

See you soon and have a good game ;)

Background image 3508058 1920

Tales and Legends 2: Onirism!

On 02/12/2019

Hello everybody.

Christmas is coming soon!

Discover our tales and legends 2: Onirism showcase and our novelties in store or on our website ... :)

Do not hesitate to come and share our Christmas games and manual workshops with your children on Sundays.

It's free and it's cool;).

They can choose to do either the game workshop, the manual workshop or both;).

Every day our elves game on the Facebook page or the site allows you to earn points to win a nice surprise on December 22 ...

We scratch the Advent calendar every day to discover the country of Santa Claus and win a little surprise;).

Yesterday two beautiful princesses started this month, scratched the calendar and won their little surprises :).

If you have any questions, do not hesitate to ask. :).

Have a good Monday and have a good week everyone. ;)

Cel21Cel24Cel27

Vitrinecontelegende1

Welcome to the land of tales and legends :)

On 10/01/2019

Discover our new showcase, Tales and Legends 1: travel across the tales and legends world! :)

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