Update mantic.markets -> manifold.markets

The other references to "mantic" that I could find look legit, but the
referrer in stripe.ts should probably be updated.
This commit is contained in:
Jonas Wagner 2022-05-13 07:21:09 +02:00
parent 06cdf2a84a
commit 87d9759419

View File

@ -54,7 +54,7 @@ export const createCheckoutSession = functions
} }
const referrer = const referrer =
req.query.referer || req.headers.referer || 'https://mantic.markets' req.query.referer || req.headers.referer || 'https://manifold.markets'
const session = await stripe.checkout.sessions.create({ const session = await stripe.checkout.sessions.create({
metadata: { metadata: {