You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selamlar. Aşağıdaki yapı local'de sorunsuzca çalışıyor iken sunucuya geçtiğimde maalesef Oturum geçersiz (clientIP) hatası veriyor ve zip dosyasını indiremiyorum. Fatura kesme, html fatura çıktısı alma vs gibi tüm işlemleri sorunsuz yapabiliyorum ancak faturanın zip dosyasını maalesef indiremiyorum.
Çözüm önerilerinize ihtiyacım var. Şimdiden teşekkürler.
$client = new InvoiceManager();
$client->setUsername("XXX")->setPassword("XXX");
$token = $client->connect();
$oldInvoice = new Invoice();
$oldInvoice->setUuid("$gibcode");
$downloadUrl = $client->setInvoice($oldInvoice)->getDownloadURL();
The text was updated successfully, but these errors were encountered:
Selamlar. Aşağıdaki yapı local'de sorunsuzca çalışıyor iken sunucuya geçtiğimde maalesef Oturum geçersiz (clientIP) hatası veriyor ve zip dosyasını indiremiyorum. Fatura kesme, html fatura çıktısı alma vs gibi tüm işlemleri sorunsuz yapabiliyorum ancak faturanın zip dosyasını maalesef indiremiyorum.
Çözüm önerilerinize ihtiyacım var. Şimdiden teşekkürler.
$client = new InvoiceManager();
$client->setUsername("XXX")->setPassword("XXX");
$token = $client->connect();
$oldInvoice = new Invoice();
$oldInvoice->setUuid("$gibcode");
$downloadUrl = $client->setInvoice($oldInvoice)->getDownloadURL();
The text was updated successfully, but these errors were encountered: