diff --git a/Model/Utilities/PaymentMethods.php b/Model/Utilities/PaymentMethods.php index dd7b8ff8..f549e650 100644 --- a/Model/Utilities/PaymentMethods.php +++ b/Model/Utilities/PaymentMethods.php @@ -170,7 +170,7 @@ public function getAvailableMethods() protected function _readXML() { - $validator = new \Zend\Validator\File\Exists(); + $validator = new \Laminas\Validator\File\Exists(); if (!self::$_xml && $validator->isValid($this->_xmlLocation)) { self::$_xml = simplexml_load_file($this->_xmlLocation); }