x
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
const emailInput = document.getElementById("email");
|
||||
const orderInput = document.getElementById("order-no");
|
||||
const codeInput = document.getElementById("code");
|
||||
const API_BASE = "https://tapi.hifast.biz";
|
||||
const API_BASE = "https://api.hifast.biz";
|
||||
|
||||
let countdownTimer = null;
|
||||
|
||||
@@ -383,7 +383,7 @@
|
||||
return;
|
||||
}
|
||||
showStatus("success", message);
|
||||
form.reset();
|
||||
codeInput.value = "";
|
||||
} catch (error) {
|
||||
showStatus(
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user