JJV's Offs

JJV's Offs

On 11/02/2024 0

In JJV's Offs

Hello everyone !

Welcome to a new opus of “Offs du JJV”!

June 2022: 4 years store.

I had the pleasure in June 2022 to share a privileged moment with all of you during the game activities and during the store's anniversary on Saturday June 25, 2022.

I didn't even stammer too much during the speech in store and yet it's not my forte...^^

And as always my guests were there and ready to play and have a good time together.

After looking for the key game with One Key, practicing different challenges with Olémains, for some you even played werewolf at 45!

I will repeat myself, but I love your enthusiasm and your unfailing enthusiasm when it comes to discovering the personalized animations that I am preparing for you.

I like to design unique game times, because I love to offer you a unique experience like you...

Animating with you is for me really playing the game of the playful world.

When I think that five years ago, I struggled to offer game animations, because no one knew what it consisted of.

And then, I had partners who trusted me like Mac Donald of Saint Romain in Viennois or town halls.

Then finally, I am now delighted to be able to say that my outdoor activities are complete and booked in advance. :)

This 4th year allowed me to start a very positive turn for the animations and for the sales in store or online.

I'm so happy that you continue to be present on a daily basis that I always have new ideas that come to me to share even more original times with you. ;)

I am satisfied to have held on despite the covid and to continue to love sharing with you my passion for board games. ;)

Good day and good game ;)

 

 

joue le jeu vaison offs joue le jeu vaison off

Add a comment

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