Closed GoogleCodeExporter closed 8 years ago
I have the same problem
Original comment by hoang.k....@gmail.com
on 27 Apr 2007 at 9:35
To fix:
change (line 102) from
if (isset(trim($vals[$this->global_index]['value']))) {
to
if (isset($vals[$this->global_index]['value'])) {
Hope this helps
Original comment by g.cheers...@gtempaccount.com
on 2 May 2007 at 5:33
xmlparser changed in v1.2
http://google-checkout-php-sample-code.googlecode.com/svn/branches/1.2beta/CHANG
ELOG
ropu
Original comment by rovagn...@gmail.com
on 13 Jun 2007 at 4:23
Original issue reported on code.google.com by
cco...@gmail.com
on 27 Apr 2007 at 5:29