Update app.js
This commit is contained in:
@@ -20,7 +20,7 @@ const COUPON_URL = `${API_BASE}/etc/coupon`; // POST {code}
|
|||||||
const CHAT_URL = `${API_BASE}/etc/chat`; // POST {message,sessionId,email}
|
const CHAT_URL = `${API_BASE}/etc/chat`; // POST {message,sessionId,email}
|
||||||
const REFERRAL_URL = `${API_BASE}/etc/referral`; // POST {referrer,friend_name,friend_email,uuid}
|
const REFERRAL_URL = `${API_BASE}/etc/referral`; // POST {referrer,friend_name,friend_email,uuid}
|
||||||
// WIZZARD=false is written via AGENT_INFO_URL (POST { uuid, key, value })
|
// WIZZARD=false is written via AGENT_INFO_URL (POST { uuid, key, value })
|
||||||
const CREDITS_URL = `${API_BASE}/payment`; // hidden form POST → 302 Stripe redirect
|
const CREDITS_URL = `${API_BASE}/payment/credits`; // hidden form POST → 302 Stripe redirect
|
||||||
const CONTRACT_EXTEND_URL = "https://derez.ai"; // ← replace with Stripe payment link
|
const CONTRACT_EXTEND_URL = "https://derez.ai"; // ← replace with Stripe payment link
|
||||||
const CONTRACT_CANCEL_URL = "https://derez.ai"; // ← replace with Stripe cancellation link
|
const CONTRACT_CANCEL_URL = "https://derez.ai"; // ← replace with Stripe cancellation link
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user