Merge branch 'dev' into feature/CE-779-order-level-ship-date

This commit is contained in:
Tim Chamberlain
2024-02-01 11:28:40 -06:00
113 changed files with 10034 additions and 16826 deletions

View File

@ -189,12 +189,6 @@ public class BaseAPIActionUtil
InsertOutput insertOutput = new InsertOutput();
insertOutput.setRecords(new ArrayList<>());
if(CollectionUtils.nullSafeIsEmpty(insertInput.getRecords()))
{
LOG.debug("Insert request called with 0 records. Returning with no-op");
return (insertOutput);
}
try
{
// todo - supports bulk post?