slhemanthkumar / google-checkout-php-sample-code

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

googlenotificationhistory.php has reference to variable with wrong case #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
line 93:

     $GRequest->SetCertificatePath($cp);

should be

     $Grequest->SetCertificatePath($cp);

Original issue reported on code.google.com by karmsev...@googlemail.com on 9 May 2012 at 7:56