This commit is contained in:
2024-10-18 20:14:38 +05:00
parent 52a88d750d
commit ff341d9c2b
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ async function fetchLoanHistory(containerID, passport_serie, passport_id) {
let cardHistoryDetailContainer = document.getElementById(containerID);
console.log(cardHistoryDetailContainer)
var headers = new Headers();
headers.append('Accept', 'application/json');
@@ -43,6 +45,8 @@ async function fetchLoanHistory(containerID, passport_serie, passport_id) {
return;
}
console.log({a: cardHistoryDetailContainer})
cardHistoryDetailContainer.innerHTML = `
<h4>Müşderi: <strong>${recipients[0].MUSDERI_DOLY_ADY}</strong></h4>