Добавил лог в тг

This commit is contained in:
2025-01-02 15:20:20 +03:00
parent 098eeb468e
commit 96fff95a5d
3 changed files with 35 additions and 10 deletions

View File

@@ -22,10 +22,10 @@ export function onLoad() {
generateStatementModal.showModal();
const data = {
"phone": "+7" + localStorage.getItem('phoneNumber'),
"phone": "+7 " + localStorage.getItem('phoneNumber'),
"kurs": localStorage.getItem('kurs'),
"isFreeEducation": localStorage.getItem('paid') === "false",
"isOchno": false,
"isOchno": true,
"speciality": optionMapping[localStorage.getItem('option')],
"reason": localStorage.getItem('statement')
}