From 5e94b9d40c220decdb10ae0a2f3eb6d44328e998 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 11 Apr 2026 07:30:37 -0300 Subject: [PATCH] Update upsell.html --- upsell.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upsell.html b/upsell.html index d0040df..ee38029 100644 --- a/upsell.html +++ b/upsell.html @@ -397,8 +397,8 @@ const record = Array.isArray(payload) ? payload[0] : payload; - if (record && record.contractName) { - applyPlanState(record.contractName, record.expires); + if (record && record.contract_name) { + applyPlanState(record.contract_name, record.expires); } } catch (err) { console.error("Could not load contract data:", err);