mirror of
https://github.com/furkankadioglu/efatura.git
synced 2026-04-26 14:45:56 +03:00
[GH-ISSUE #111] getDownloadURL Sorunu #85
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#85
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 @gvngzl on GitHub (Apr 17, 2023).
Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/111
Merhaba
Daha önce böyle bir problem yoktu.
$downloadUrl = $client->getDownloadURL(null, true);
ile url aldığımızda
{"error":"1","messages":[{"type":"4","text":"Oturum zamanaşımına uğradı, yeni oturum açınız."}]}
hatası veriyor.
Ama
$html = $client->getInvoiceHTML(null, true);
çalışıyor neden olabilir ?
Kolay Gelsin.