Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oturum geçersiz (clientIP) hatası #140

Open
necoakdogan opened this issue Nov 23, 2024 · 0 comments
Open

Oturum geçersiz (clientIP) hatası #140

necoakdogan opened this issue Nov 23, 2024 · 0 comments

Comments

@necoakdogan
Copy link

necoakdogan commented Nov 23, 2024

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant