You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Note the implementation of this method must also check that this OrderItem is from the Seller specified by context.SellerIdComponents (this is not required if using a Single Seller)
289
+
// Note the implementation of this method must also check that this OrderItem is from the Seller specified by context.SellerId (this is not required if using a Single Seller)
290
290
291
291
// Additionally this method must check that there are enough spaces in each entry
// Attempt to lease for those with the same IDs, which is atomic
436
-
var(result,capacityErrors,capacityLeaseErrors)=awaitFakeDatabase.LeaseOrderItemsForFacilitySlot(databaseTransaction.FakeDatabaseTransaction,flowContext.OrderId.ClientId,flowContext.SellerId.SellerIdLong??null/* Hack to allow this to work in Single Seller mode too */,flowContext.OrderId.uuid,ctxGroup.Key.SlotId.Value,ctxGroup.Count());
436
+
var(result,capacityErrors,capacityLeaseErrors)=awaitFakeDatabase.LeaseOrderItemsForFacilitySlot(databaseTransaction.FakeDatabaseTransaction,flowContext.OrderId.ClientId,flowContext.SellerId.IdLong??null/* Hack to allow this to work in Single Seller mode too */,flowContext.OrderId.uuid,ctxGroup.Key.SlotId.Value,ctxGroup.Count());
0 commit comments