


kullanıcı veya şifre hatalı diyor ama aynı kullanıcı adı ve şifre ile gönderi oluşturyor çekince sıkıntı veriyor
çekme kodu şu

2
●218




$cargoData = [
'wsUserName' => $this->username,
'wsPassword' => $this->password,
'wsLanguage' => $this->lang,
'keys' => $data['cargoKeys'] ?? $data['invoiceKey'],
'keyType' => isset($data['cargoKeys']) ? 0 : 1,
'addHistoricalData' => true,
'onlyTracking' => true,
];
try{
return $this->query->queryShipment($cargoData);
}catch(Exception $e){
print_r('Hata : '.$e->getMessage());
}Ref: