From e37e0fed171269b34fd604a42b6af3920b76bd2f Mon Sep 17 00:00:00 2001 From: dmgawel Date: Mon, 25 May 2015 15:00:31 +0200 Subject: [PATCH] Missing underscore in options declaration added --- vatValidation.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vatValidation.class.php b/vatValidation.class.php index f2726e8..39875cf 100644 --- a/vatValidation.class.php +++ b/vatValidation.class.php @@ -4,7 +4,7 @@ class vatValidation const WSDL = "http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl"; private $_client = null; - private $options = array( + private $_options = array( 'debug' => false, );