Update EqslImporter.php

This commit is contained in:
abarrau
2023-09-28 19:09:18 +02:00
committed by GitHub
parent ebc9c10c8d
commit 8d0af35567

View File

@@ -68,10 +68,10 @@ class EqslImporter
// Build parameters for eQSL inbox file
$eqsl_params = http_build_query(array(
'UserName' => $this->callsign,
'UserName' => $this->qth_nickname, //$this->callsign,
'Password' => $password,
'RcvdSince' => $eqsl_last_qsl_date,
'QTHNickname' => $this->qth_nickname,
//'QTHNickname' => $this->qth_nickname,
'ConfirmedOnly' => 1
));