We welcome you again on Saturday November 28!

We welcome you again on Saturday November 28!

On 26/11/2020 0

In What else?

Hello everyone! :)

From Saturday November 28, we will be able to welcome you again at the store on our usual hours :)

We will respect and ask you to respect the same rules as during the first deconfinement:

- Wear the mask inside the store.

- A maximum of 2 people at the same time.

- A sense of movement in the store.

- Wait at the yellow sign at the entrance if we already have a person at the counter.

- Wait until we present the games to you.

 

Services can resume with:

- Still 2 positions available instead of 3 for social distancing.

- Disinfected packages at each customer and delivery depot.

- The door handles disinfected regularly.

- Cyberspace workstations and furniture disinfected after each customer.

We will keep the "in-store pick-up" service which has proven to be very useful and will remain so for customers in a hurry;)

Do not hesitate to come back to see us in store for direct advice and to discover all the new arrivals in store;)

Thank you again from the bottom of my heart to all of you for your little words, your smiles and your daily support, confinement or not. :)

See you soon and thank you for playing and continuing to play the game;)

 

vaison jeu joue magasin réouverture store reopening joue jeu vaison

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