JJV's Offs

JJV's Offs

On 25/05/2025 0

In JJV's Offs

Hello everyone!

Welcome to a new opus of the "Offs du JJV"!

"Untamed courage, in the hearts of mortals, makes either great heroes or great criminals."

We always have a choice about our actions, no matter what happens to us in life. When faced with events, we can always choose to react negatively and let ourselves be invaded by negativity until it eats away at us. We can also choose to seize it to understand what it weakens in us to become stronger thanks to it.

When we start with a tumultuous story, we can blame the whole world, and believe me I'm not talking in a vacuum... We have all experienced difficult times that have left their mark on us. The difference is knowing what we do with them. Do we let them make us become people who will hurt in return, or do we seize the chance to not become like the people who hurt us?

The choice is always ours and we are the only ones responsible for the people we become and what we make other people suffer afterwards… No, a difficult past does not justify hurting other people…

I have suffered violence, I suffer mockery and mockery on a daily basis, but you will not see me mocking or hurting in return. Simply because I know what it feels like to have suffered and I prefer to offer positivity rather than continue the vicious circle of violence no matter what form it takes!

Have a good day and have a 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