Fatih Yıldız

Results 31 comments of Fatih Yıldız

var paymentGatewayResult = await ThreeDGatewayRequest(new PaymentGatewayRequest { CardHolderName = CardHolderName, CardNumber = CardNumber, ExpireMonth = ExpireMonth, ExpireYear = Convert.ToInt32(ExpireYear), CvvCode = CvvCode, Installment = Convert.ToInt32(Installment), TotalAmount = Convert.ToDecimal(totalAmount), LanguageIsoCode =...

public async Task Callback(IFormCollection form) { var order = _orderService.GetOrderById(Convert.ToInt32(form["Xid"])); if (HttpContext.Session.TryGetValue(PaymentSessionName, out byte[] paymentInfo)) return base.View("~/Plugins/Payments.ThreeDPayment/Views/PosError.cshtml", order); var paymentModel = JsonConvert.DeserializeObject(paymentInfo.ToString()); if (paymentModel == null) return base.View("~/Plugins/Payments.ThreeDPayment/Views/PosError.cshtml", order); //clear...

public async Task VerifyGateway(VerifyGatewayRequest request, IFormCollection form) { if (form == null) { return VerifyGatewayResult.Failed("Form verisi alınamadı."); } if (!form.ContainsKey("BankPacket") || !form.ContainsKey("MerchantPacket") || !form.ContainsKey("Sign")) { return VerifyGatewayResult.Failed("Form verisi alınamadı."); }...

Merhaba Arkadaşlar Ben bu şekilde çözmüştüm Burdaki Kodlara Bakabilirsiniz Yapıkredi Bankası 2 kez istekte bulunmanızı istiyor ödemenin tamalnması için

https://demo.simplcommerce.com/ Do you open the site on google chrome or opera or mobile and try it does not change when you choose the language

I Solved The Problem Set it like this in startup.cs options.CheckConsentNeeded = context => true; options.MinimumSameSitePolicy = SameSiteMode.Unspecified;

I guess no one is answering here, as if the topics you opened don't matter.

Yes, I know this, but it should be done according to the product characteristics, for example, according to the product color and size.

@hishamco @thiennn

Module Search Areas Search Controllers Here, when I write a word in any language, it does not appear, only a search by default language added