mirror of
https://github.com/furkankadioglu/efatura.git
synced 2026-04-26 14:45:56 +03:00
[GH-ISSUE #140] Oturum geçersiz (clientIP) hatası #109
Labels
No labels
araştırılıyor
bug
enhancement
good first issue
istek
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/efatura#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @necoakdogan on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/140
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();