I'm building a new site using the Stripe as our only payment method. The integration works fine however when I go to view the order in Umbraco it throws an exception (see below).
The order page loads ok, but after ~ 1 second this error pops up. It's also affecting the Refund button, exactly the same error occurs.
Any ideas?
at Vendr.Core.Web.Services.PaymentService.FetchOrderPaymentStatus(OrderReadOnly order)
at Vendr.Web.Controllers.OrderController.SyncPaymentStatus(Guid orderId)
at lambda_method(Closure , Object , Object[] )
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
NullReferenceError when viewing order
Hi guys,
I'm building a new site using the Stripe as our only payment method. The integration works fine however when I go to view the order in Umbraco it throws an exception (see below).
The order page loads ok, but after ~ 1 second this error pops up. It's also affecting the Refund button, exactly the same error occurs.
Any ideas?
Hi Philip,
What version of Vendr + Stripe provider are you using?
Matt
Hi Matt,
Thanks for the swift response. I was on 1.8.3 but updating to 1.8.5 seems to have fixed the issue.
Thanks amigo! 👍🏻
Cheers
Perfect! I had a feeling that would be the case. Glad it's all working now 👍
is working on a reply...