Update mantic.markets -> manifold.markets (#212)

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 13:07:51 +02:00 committed by GitHub
parent 06cdf2a84a
commit a373f08b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ export const createCheckoutSession = functions
}
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({
metadata: {