A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
Thank you for noticing this. We'll file a bug report to it and see what we can do to improve the situation.
Thanks.
/Q
Your issue have been release in update 10, you can check it on: http://world.episerver.com/Documentation/Release-Notes/?packageFilter=EPiServer.Commerce.Core
Regards,
//Son Do
Hi right now the CartHelper creates an OrderForm named by the current cart name if no OrderForm exists
wouldn't it be better if the AddEntry() called GetOrderForm() to use the same logic for adding order forms in both places,
GetOrderForm() creates a OrderForm named "Default" if no order form exists.
so its quite easy to make a mistake right now and create a basket with two order forms.