/// <summary> /// Gets the customers current finalized order. /// </summary> /// <param name="storeId">Id of the store.</param> /// <returns>An order object.</returns> public static Order GetCurrentFinalizedOrder(long storeId) { return(TeaCommerceHelper.GetCurrentFinalizedOrder(storeId)); }