You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ?
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.
The text was updated successfully, but these errors were encountered: