UUID
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2>Upgrade Your Plan</h2>
|
<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">
|
<form id="upgradeForm">
|
||||||
<div>
|
<div>
|
||||||
<label><input type="checkbox" id="git" name="git"> GIT</label>
|
<label><input type="checkbox" id="git" name="git"> GIT</label>
|
||||||
@@ -114,6 +115,8 @@
|
|||||||
<script>
|
<script>
|
||||||
const params = new URLSearchParams(window.location.search);
|
const params = new URLSearchParams(window.location.search);
|
||||||
const uuid = params.get("uuid");
|
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 webhookBase = "https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/0c8536be-d175-4740-8e78-123159193b23";
|
||||||
const webhookGet = `/get-data?uuid=${uuid}`;
|
const webhookGet = `/get-data?uuid=${uuid}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user