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,
I'm using EPiServer Commerce 7.6 and want to create a transaction that spans changes to a cart/purchaseorder and an update to a custom table using SqlHelper.ExecuteReader.
I've tried using the TransactionScope from MediaChase.Provider.Data which works for the cart.AcceptChanges but not for the custom table, and when I use SqlContext.Current.BeginTransaction()/SqlContext.CurrentTransaction.Commit() (see below) it works for my custom table but not cart.AcceptChanges().