/** * Check if cvv validation is available * @return boolean */ public function useCvv() { return $this->gatewayConfig->isCvvEnabled(); }