kiranpatil353 / google-checkout-php-sample-code

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

googlecart.php - require_once wrong path #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
1.2.5a

Please provide any additional information below.
googlecart.php line 963 should be:
      require_once('googlerequest.php');

instead of:
      require_once('library/googlerequest.php');

Original issue reported on code.google.com by young...@gmail.com on 10 Nov 2007 at 2:53

GoogleCodeExporter commented 8 years ago
Cant find that string in any part of any version of the modules... please 
double check

ropu

Original comment by rovagn...@gmail.com on 12 Nov 2007 at 2:06