The \Magento\Payment\Model\Method\AbstractMethod::assignData() method can be simplified

This can be simplified to:

public function assignData(\Magento\Framework\DataObject $data)
{
	$this->getInfoInstance()->addData($data->getData());

See also: