performSubTasks()

in worker.js [23:26]


  performSubTasks(['Validate CC', 'Reserve funds'], function () {
    apm.endTransaction()
    queue(processPayment)
  })