Sinan TAVILOGLU
Sinan TAVILOGLU
@ismcagdas I don't believe my xml has duplicate keys because if it had, in the beginning taking them into dictionary would generate duplicate keys error. And yes I'm aware that...
@ismcagdas @cangunaydin found out that; we were using `CurrentUnitOfWork.DisableFilter(AbpDataFilters.MayHaveTenant, AbpDataFilters.MustHaveTenant)` which leads to checking database without the tenantfilter so the results returning from the database have same keys from different...
@ismcagdas I'm saying the same thing actually. Each tenant can override localization values on the database and because of that if I disable the tenatfilters for another reason I will...
@EslamElmadny I think you should seperate querying db and getting localization values, one with tenant filter and one without.
@akselarzuman selamlar. Problemi görünce kullananlara faydası olması açısından burada issue açıp çözüm önerisini de paylaşmıştım zaten [PullRequest#75](https://github.com/iyzico/iyzipay-dotnet/pull/75) Gerçi 8 Şubattan beri bekliyor ama... :) Sizin de kendi client'ınızı güncellemeniz çok...
Hi @RobSchripsema. The main idea behind open-sourcing this project was to gain support from the community. I really can't find the time to keep developing this project right now but...
@heuristicAL thanks for your comment. Seems that Wrike has added new endpoints to their API since I finished implementing all of the existing ones. I'll try to add it soon...