-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from muratcesmecioglu/master
SMS Doğrulama Hatası Çözümü
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2ec087a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test kullanıcısında sms modul aktif değil bağlantıyı prod olarak test ettinizmi zira sistem üzerindeki telefon sorgulaması için js dosyasında ilgili satırlar aşadaki gibi
`
if (hata2===""){
this.call("EARSIV_PORTAL_TELEFONNO_SORGULA", {}).then(function(response){
if(response.errorMsg === undefined){
if(response.telefon ===""){
SPopup.MessageBox("Gelir İdaresi Başkanlığı imzası ile fatura imzalamak için SMS onayı gerekmektedir. Sisteme kayıtlı güncel bir telefon numaranız olmadığı için bu işlemi yapamazsınız, lütfen ilgili vergi dairenize giderek bilgilerinizi güncelleyiniz!");
`
test kullanıcısında sorgudan cevap dönmüyor.
2ec087a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Canlı sunucuda deneme fırsatım oldu cevap telefon numarası olarak dönüyor. pageName RG_SMSONAY veya RG_BASITTASLAKLAR olsada çalışıyor.
"SIFRE" => $code,
"OID" => $operationId,
'OPR' => 1,
'DATA' => $this->invoices,
gelen oid bilgisini faturaları ayrı ayrı onaylamak için 'DATA' => $this->invoices, yerine DATA verisine bir değişkenle ettn numarası atanırsa sorgu çalışacakmıdır.
2ec087a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bu PR'yi hazırladığımda canlı ortamda test edip faturamı kesmiştim.
Benim mevcut kullandığım projemde ne sms onay ne de çoklu fatura kullanıyorum. Bu yüzden çoklu fatura onayında işlem nasıl olur bilemiyorum, denemedim.