Hi,
I have deployed online store it working fine, but while pressing on submit order button by giving credit card details in online store I am getting following error.
Exception id: , Error message: We cannot process your request at this time. Please try again later.System.InvalidOperationException: Failed to get payment connector TestConnector. No connectors are currently loaded.
at Microsoft.Dynamics.Retail.SDKManager.PaymentProcessorManager.GetPaymentProcessor(String name)
at Microsoft.Dynamics.Commerce.Runtime.Services.CardPaymentService.GenerateCardToken(GenerateCardTokenPaymentServiceRequest request)
at Microsoft.Dynamics.Commerce.Runtime.Services.CardPaymentService.ExecuteRequest[TResponse](ServiceRequest request)
at Microsoft.Dynamics.Commerce.Runtime.Services.Service.Execute[TResponse](ServiceRequest request)
at Microsoft.Dynamics.Commerce.Runtime.Workflow.OrderWorkflowHelper.GenerateCardTokenAndGetAuthorization(RequestContext context, CartTenderLine cartTenderLine)
at Microsoft.Dynamics.Commerce.Runtime.Workflow.OrderWorkflowHelper.ProcessPendingOrderPayments(RequestContext context, IEnumerable`1 cartTenderLines)
at Microsoft.Dynamics.Commerce.Runtime.Workflow.SubmitOrderRequestHandler.<>c__DisplayClassa.<Process>b__7()
at Microsoft.Dynamics.Commerce.Runtime.Workflow.SubmitOrderRequestHandler.ExecutionHandler(Action action, String operationType, RequestContext context, CreateOrderFromCartRequest request)
at Microsoft.Dynamics.Commerce.Runtime.Workflow.SubmitOrderRequestHandler.Process(CreateOrderFromCartRequest request)
at Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler`2.Execute(RequestContext context)
at Microsoft.Dynamics.Commerce.Runtime.Workflow.Composition.PipelineRequestHandler.Execute(RequestContext context)
at Microsoft.Dynamics.Commerce.Runtime.CommerceRuntime.Execute[T](Request request)
at Microsoft.Dynamics.Commerce.Runtime.Client.OrderManager.PerformCreateOrder(String cartId, String customerAccountNumber, IEnumerable`1 cartTenderLines, String emailAddress)
at Microsoft.Dynamics.Retail.SharePoint.Web.Services.ObjectModel.CheckoutController.CreateOrder(String shoppingCartId, Collection`1 tenderDataLines, String emailAddress)
at Microsoft.Dynamics.Retail.SharePoint.Web.Services.CheckoutService.<>c__DisplayClass14.<CreateOrder>b__12()
at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()
at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)
at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)
at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)
at Microsoft.Dynamics.Retail.SharePoint.Web.Services.ObjectModel.ServiceHelper.Execute(ServiceResponse response, ServiceExecutionHandler executionHandler)
Thanks in Advance
*This post is locked for comments