This commit is contained in:
Oliver
2025-09-24 16:17:27 -03:00
parent 17d463786b
commit c2824a06fe

View File

@@ -75,6 +75,7 @@
</head>
<body>
<h2>Upgrade Your Plan</h2>
<div id="uuidDisplay" style="text-align:center; font-size: 0.9em; color: #666; margin-bottom: 10px;"></div>
<form id="upgradeForm">
<div>
<label><input type="checkbox" id="git" name="git"> GIT</label>
@@ -114,6 +115,8 @@
<script>
const params = new URLSearchParams(window.location.search);
const uuid = params.get("uuid");
document.getElementById("uuidDisplay").textContent = uuid ? uuid.toLowerCase() : "-";
const webhookBase = "https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/0c8536be-d175-4740-8e78-123159193b23";
const webhookGet = `/get-data?uuid=${uuid}`;