From 87d97594198487637c4dbf95ecf0c79c30a058a5 Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Fri, 13 May 2022 07:21:09 +0200 Subject: [PATCH] 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. --- functions/src/stripe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/src/stripe.ts b/functions/src/stripe.ts index c428ca88..a52b0fae 100644 --- a/functions/src/stripe.ts +++ b/functions/src/stripe.ts @@ -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: {