Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. [Exception: Failed to create new Order at Slimpay : {"started":1,"creditor":{"reference":"bridgestoneeuropebbs"},"subscriber":{"reference":"SQFREB19-00000315"},"locale":"fr","items":[{"type":"signMandate","mandate":{"signatory":{"billingAddress":{"street1":"Kleine Kloosterstraat 10","street2":null,"city":"Brussel","postalCode":"47000","country":"FR"},"honorificPrefix":"Mr","familyName":"Stijn","givenName":"Pittomvils","email":"stijn.pittomvils.ext@bridgestone.eu","telephone":"+33475317849"},"standard":"SEPA"}},{"type":"payment","payin":{"reference":"Installment for Sept","scheme":"CARD","amount":250.0,"currency":"EUR","label":"More labels"}}]}]
  2. eBikes.Controllers.Slimpay.SlimpayController.ProcessRequestForPaymentGateway(CustomerPaymentInfoVM customerInfo) in D:\eBikesTest\eBikes.Test\eBikes\eBikes\Controllers\Slimpay\SlimpayController.cs:167
  3. eBikes.Controllers.Slimpay.SlimpayController.ShowSlimpayCheckOutPageForNewUser(CustomerPaymentInfoVM customerInfo) in D:\eBikesTest\eBikes.Test\eBikes\eBikes\Controllers\Slimpay\SlimpayController.cs:97
  4. lambda_method(Closure , ControllerBase , Object[] ) +107
  5. System.Web.Mvc.<>c__DisplayClass10_0.<WrapVoidAction>b__0(ControllerBase controller, Object[] parameters) +19
  6. System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +19
  7. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +169
  8. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
  9. System.Web.Mvc.Async.<>c.<BeginInvokeSynchronousActionMethod>b__9_0(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +24
  10. System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +31
  11. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
  12. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +33
  13. System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__11_0() +50
  14. System.Web.Mvc.Async.<>c__DisplayClass11_1.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2() +228
  15. System.Web.Mvc.Async.<>c__DisplayClass7_0.<BeginInvokeActionMethodWithFilters>b__1(IAsyncResult asyncResult) +15
  16. System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +15
  17. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
  18. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +35
  19. System.Web.Mvc.Async.<>c__DisplayClass3_6.<BeginInvokeAction>b__3() +35
  20. System.Web.Mvc.Async.<>c__DisplayClass3_1.<BeginInvokeAction>b__5(IAsyncResult asyncResult) +100
  21. System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +15
  22. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
  23. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +29
  24. System.Web.Mvc.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState) +13
  25. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29
  26. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
  27. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +45
  28. System.Web.Mvc.<>c.<BeginExecute>b__151_2(IAsyncResult asyncResult, Controller controller) +15
  29. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +22
  30. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
  31. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +27
  32. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +12
  33. System.Web.Mvc.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState) +28
  34. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29
  35. System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +50
  36. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +29
  37. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +11
  38. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +577
  39. System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +132
  40. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +163
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement