kmitgroup / google-checkout-php-sample-code

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

gc_xmlparser.php must be required using all lowercase letters #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's a minor bug in library/googlepoll.php, line 199:

require_once('xml-processing/gc_XmlParser.php');

The file is really named gc_xmlparser.php (all lowercase). Changing line 199 to:

require_once('xml-processing/gc_xmlparser.php');

fixes the problem.

Original issue reported on code.google.com by mi...@favorfavorbaby.com on 17 Sep 2010 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by mihai.io...@gmail.com on 29 Mar 2011 at 10:17

GoogleCodeExporter commented 9 years ago

Original comment by mihai.io...@gmail.com on 29 Mar 2011 at 10:17