Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D ile Ödeme Sırasında "Plugins.Payments.Iyzico.ErrorMessage.Not3DCallbackResource" Bilinmeyen kaynak Hatası #1

Open
mrslyldrm opened this issue Dec 19, 2021 · 1 comment

Comments

@mrslyldrm
Copy link

Selam,

3D ile Ödeme Sırasında IyzicoPaymentService servisinde ProcessPaymentAsync metodunda

if (threedsCallbackResource != null) { result = await CreateThreedsPaymentAsync(threedsCallbackResource); } else { string errorMessage = await _localizationService.GetResourceAsync($"Plugins.Payments.Iyzico.ErrorMessage.Not3DCallbackResource"); result.AddError(errorMessage); }

"threedsCallbackResource " nesnesi sürekli null geliyor. Kontrol ettiğimde _httpContextAccessor.HttpContext.Session.Set<ThreedsCallbackResource> bu işlemden önce herhangi bir yerde set edilmemiş. bu plugin ile 3d ile ödeme testi yaptınızmı acaba? threedsCallbackResource nesnesini doldurmadan önce size sorayım dedim.

Bu plugin içinde ayrıca teşekkür ederim.

@eyupgevenim
Copy link
Owner

Selam @mrslyldrm,

Öncelikle yorumun için teşekkürler.

Evet 3d ile ödeme test yaptım bir sıkıntı yoktu.
Muhtemelen IyzicoSettings.CheckoutCookieExpires değerinden kaynaklı yani cookie zaman aşımına uğramış olabilir. Kontrol edebilir misin? Eğer bu çözemezse gerçekleştirdiğin case detaylı yazabilir misin ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants