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:
parent
06cdf2a84a
commit
a373f08b4f
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user