config = $config; $this->sessionQuote = $sessionQuote; } /** * Check if cvv validation is available * * @return boolean * @since 100.3.0 */ public function isCvvEnabled(): bool { return $this->config->isCvvEnabled($this->sessionQuote->getStoreId()); } }