mirror of
https://github.com/furkankadioglu/efatura.git
synced 2026-04-26 14:45:56 +03:00
[GH-ISSUE #3] Sunucuyu test aşamasından çıkartma ve aktifleştirme #1
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#1
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 @PremiumTurk on GitHub (Feb 19, 2020).
Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/3
Originally assigned to: @furkankadioglu on GitHub.
Test sunucusundan çıkıp normal sunucuya geçmeyi yapamayanlar için
$client->setDebugMode(true)->setTestCredentials();kodu test aşamasını sağlarken bu satırı yorum satırına çevirip yeni satırda$client->setDebugMode(false);ekleyerek test sunucusundan çıkıp ana işleme geçebilirsiniz.@PremiumTurk commented on GitHub (Feb 19, 2020):
Bende geliştirme yapıyorum şimdi yanlış olursa uyarın lütfen.
@furkankadioglu commented on GitHub (Feb 19, 2020):
setTestCredentials fonksiyonu test kullanıcı bilgilerini sunucudan almak içindir. Canlı sunucuya geçmek için setCredentials(kullanici_adi, sifre) fonksiyonunu kullanip, debugMode'u kapatmanız gerekmektedir. Ardından da connect fonksiyonunu kullanabilirsiniz.