JJV's Offs

JJV's Offs

On 04/04/2021 0

In JJV's Offs

Hello everyone !

Welcome to a new opus of "JJV's Offs"!

At the Cannes International Games Festival, it is an opportunity to meet a lot of players, distributors and creators.

Like for example Tom Vuarchex who, among other things, co-created and illustrated the Twin It and the Jungle Speed.

A little personalized dedication in passing is always a pleasure, especially since its author has been simple and sympathetic.

Thanks again to Tom Vuarchex for this beautiful autograph which delighted my player's heart;)

Good day and good game ;)

Dedicacestomvuarchex

 

off jeu vaison offs joue le le jeu vaison joue

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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" ;