search
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,
The new order API is not supported the ProviderID property anymore.
If you need to set this, you can using Properties hashtable, like this:
ICart cart = orderRepository.LoadCart(contactId, "Default"); cart.Properties["ProviderId"] = "frontend";
/Tuan
Hi All,
I have implemented the new EPiServer Order frame work (http://world.episerver.com/documentation/developer-guides/commerce/orders/order-processing/) for my project.
However I am unable to set the Provider ID.
How to set the provider ID ?
Regards
Venkata Phani kumar R