Fantasy Cricket
2021 TCC Fantasy Cricket is back!
const stripe = require('stripe')('sk_test_51IQVrMLLO3MLwDdFxyXUoIj2Daf0E7lx1U0jtUdqUq2d9GpEPTf2OVbYZUJMLXRrTmHn1qME16hVw3cl7paXbprC00zpznLPqA');
const express = require('express');
const app = express();
app.use(express.static('.'));
const YOUR_DOMAIN = 'http://localhost:4242';
app.post('/create-checkout-session', async (req, res) => {
const session = await stripe.checkout.sessions.create({
payment_method_types: ['card'],
line_items: [
{
price_data: {
currency: 'usd',
product_data: {
name: 'Stubborn Attachments',
images: ['https://i.imgur.com/EHyR2nP.png'],
},
unit_amount: 2000,
},
quantity: 1,
},
],
mode: 'payment',
success_url: `${YOUR_DOMAIN}/success.html`,
cancel_url: `${YOUR_DOMAIN}/cancel.html`,
});
res.json({ id: session.id });
});
app.listen(4242, () => console.log('Running on port 4242'));
Entry for a single team is £10, but you can enter an additional team for £5 more and this time we have four
senior teams involved.
Multiple team entries must live at the same address (max 4 teams = £25). A separate email address is required per team.
Entry fees are payable via
https://paypal.me/jezcheeseman
(Ref: Name & FCL18) or by cash to Jez in person.
NOTE: If paying on PayPal via a credit card the fee is £11 per single team (PayPal via your bank account is £10 per single team). Payment must be made by 23:00 on 20th April 2019.
NOTE: If paying on PayPal via a credit card the fee is £11 per single team (PayPal via your bank account is £10 per single team). Payment must be made by 23:00 on 20th April 2019.
1st Prize
50% of profit, 2nd Prize
20% of profit. 30% of profit goes towards club funds.
All players, non-players and friends are welcome to join, all 1st and 2nd XI squad players are encouraged to pick themselves!