getModuleConfiguration()->isActive()) { return parent::validatePaymentInputData($sPaymentId, $aDynvalue); } /** @var Input $oVerify */ $oVerify = oxNew(Input::class, Registry::get(Registry::class), $sPaymentId, $aDynvalue); $mReturn = $oVerify->verify(); if ('callParent' === $mReturn) { return parent::validatePaymentInputData($sPaymentId, $aDynvalue); } return $mReturn; } }