fix: store URL を store.posimai.soar-enrich.com に統一

Made-with: Cursor
This commit is contained in:
posimai 2026-04-11 14:36:33 +09:00
parent 1d9c2b5f3d
commit 85bd0cc879
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ async function purchaseMiddleware(req, res, next) {
} }
return res.status(402).json({ return res.status(402).json({
error: '購入が必要です', error: '購入が必要です',
store_url: 'https://posimai-store.vercel.app/index-c.html' store_url: 'https://store.posimai.soar-enrich.com/index-c.html'
}); });
} catch (e) { } catch (e) {
console.error('[Purchase] DB error:', e.message); console.error('[Purchase] DB error:', e.message);