- Home
- Blog
- Enchanted Christmas
- Enchanted Christmas
Enchanted Christmas

Every Sunday in December before Christmas, take advantage of free manual workshops and game workshops for your children from 4 years old.
The workshops last 30 minutes each and children can take advantage of two slots per Sunday.
They can do slots for a games workshop and a manual workshop one after the other (i.e. 1 hour) or separately (i.e. 30 minutes).
Six manual workshops are offered every Sunday at 10:30 a.m., 11:30 a.m., 2:30 p.m., 3:30 p.m., 4:30 p.m. and 5:30 p.m.
Six game workshops are offered every Sunday at 10 a.m., 11 a.m., 2 p.m., 3 p.m., 4 p.m. and 5 p.m.
Bonjour et bienvenue!
Merci et bonne visite :)
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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"
;