JJV's Offs

JJV's Offs

On 21/11/2021 0

In JJV's Offs

Hello everyone !

Welcome to a new opus from the JJV Offs!

The female success trophy was a real reward for me.

I didn't expect to be nominated and receive special kudos from the jury in the four categories I had applied for and win the Agility Trophy:

- Originality: where you work in a male environment.

- Digital: where we are leading a strong digitalization action.

- Benevolence: where we stood out during the pandemic.

- Agility: where we have demonstrated innovation to bounce back during the Covid period.

It was a real recognition and a personal pride.

 It is always rewarding to realize that you are doing great things and that they are recognized. J

 Good day and good game ;)

 

joue le jeu vaison off vaison offs joue le jeu

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