
Originally Posted by
anjordan77
Ok, i got the admin working with the latest revision. i have sizes, colors, etc. working also.
Basically Comment out these lines like below in the responsehandler.php:
/*if(isset($HTTP_SERVER_VARS['PHP_AUTH_USER']) &&
isset($HTTP_SERVER_VARS['PHP_AUTH_PW'])) {
$compare_mer_id = $HTTP_SERVER_VARS['PHP_AUTH_USER'];
$compare_mer_key =
$HTTP_SERVER_VARS['PHP_AUTH_PW'];
} else {
error_func("Line 119: headers['Authorization'] is NULL.\n");
exit(1);
}*/
$googlepayment = new googlecheckout();
$merchant_id = $googlepayment->merchantid;
$merchant_key =
$googlepayment->merchantkey;
/*if($compare_mer_id != $merchant_id || $compare_mer_key != $merchant_key) {
error_func("Line 127: merchant_id or merchant_key does not match.\n");
exit(1);
}*/
Bookmarks