Side

  • Side quest 7th sea New

    The little extra : it’s up to you to find which mysteries the pagan chaptel is hinding to...

    15,00€ inc. tax

    Details
  • Side quest frost punk New

    The little extra : think out of the box and try to find a home for your population !

    15,00€ inc. tax

    Details
  • Side quest nemesis New

    The little extra : discover what happened to the sapceship crew without getting contaminated !

    15,00€ inc. tax

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