Retraction form

 

To the attention of Joue le Jeu Vaison, 40 B Avenue Victor Hugo, 84110 Vaison-la-Romaine , 06-75-68-27-76 and jouelejeuvaison@hotmail.com  :

I/we (*) notify you (*) by my/our present (*) contract retractation on the product  (*) below :

Ordered on (*)/Received on (*) :

Consumer(s)' name(s):

Consumer(s)'s adress:

Consumer(s)'s signature (only for the notification on the present paper) :

Date :

(*) Cross out the unnecessaries mentions.

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