kmitgroup / google-checkout-php-sample-code

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

missing greater then closing bracket on line 80 of googlenotificationhistory.php #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to add a greaterthen to the end of the closing tag for line 80 in 
googlenotificationhistory.php

-           $postargs .= 
"<notification-type>".$notification_type."</notification-type";

+           $postargs .= 
"<notification-type>".$notification_type."</notification-type>";

Original issue reported on code.google.com by mobsterc...@gmail.com on 5 Apr 2011 at 1:39