handlers = $handlers; } /** * {inheritdoc} */ public function handle(InfoInterface $payment, DataObject $response) { foreach ($this->handlers as $handle) { $handle->handle($payment, $response); } } }