aelsaidy / php-govtalk

Automatically exported from code.google.com/p/php-govtalk
0 stars 0 forks source link

Class 'Hmrc' not found in ... #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Where can i get main Hmrc from? When I use php-govtals i get following output: 
Fatal error: Class 'Hmrc' not found in ../../extensions/HMRC/VAT.php on line 33
It seems to some files are missing, could you provide advice, please?

Original issue reported on code.google.com by naza...@enapps.co.uk on 2 Sep 2013 at 1:24

GoogleCodeExporter commented 8 years ago
Ok, i've found the solution: i needed to add 'require_once('../HMRC.php');
' line to submit-return.php example.

Original comment by naza...@enapps.co.uk on 10 Sep 2013 at 8:21