Today we updated one of our webshops to Vendr 2.3.3. While testing with the default 'Invoicing' payment provider we noticed the orders won't go further than the review page.
Notes:
- The page starts loading infinitely when trying to process the payment
- We still receive an e-mail confirmation from the order and the order is visible in the backend
- The code that inherits from NotificationEventHandlerBase<OrderFinalizedNotification> is not executed
Right, so I think I've found the issue and implemented a fix. There is a 2.3.4-beta007 build on our unstable NuGet feed which you can access here https://nuget.outfield.digital/unstable/vendr/v3/index.json If you want to upgrade to this version (pay attention to the exact version mentioned as there are other unstable builds for alpha features too) and test it now works for you that would be great.
Infinite loading
Hi!
Today we updated one of our webshops to Vendr 2.3.3. While testing with the default 'Invoicing' payment provider we noticed the orders won't go further than the review page.
Notes:
- The page starts loading infinitely when trying to process the payment
- We still receive an e-mail confirmation from the order and the order is visible in the backend
- The code that inherits from
NotificationEventHandlerBase<OrderFinalizedNotification>
is not executedAfter this I tried the Demo store from https://github.com/vendrhub/vendr-demo-store/tree/v2/netframework/main
Steps:
- Updated Vendr to 2.3.3
- Try and make an order
Extra info:
Umbraco version: 8.18.4
Vendr version: 2.3.3
Wish I had some more information but I'm not sure what is wrong.
Hi Michel,
Is this whilst running locally?
Hi Matt,
Thanks for the fast response. Yes, this is whilst running locally. I have not tried running the project in another environment.
Ok, looks like I can replicate it.
I'll see what I can figure out
Right, so I think I've found the issue and implemented a fix. There is a 2.3.4-beta007 build on our unstable NuGet feed which you can access here https://nuget.outfield.digital/unstable/vendr/v3/index.json If you want to upgrade to this version (pay attention to the exact version mentioned as there are other unstable builds for alpha features too) and test it now works for you that would be great.
Upgraded to 2.3.4-beta007 and it works!
Great work, thanks Matt!
is working on a reply...