Are google checkout orders suppose to appear in the bvc order manager and get assigned an order number there?
I know there has been a lot of negative feedback on the way google checkout works and I personally do not like the whole 3 seconds for shipping rates either, but I do like the fact that there are currently no fees for accepting it. Problem is, none of our orders are imported into bvc and the bvc event log does not show any errors. The google integration log is showing that there are failed authorization attempts which has me confused and believing that I failed to set something up somewhere for googlecheckout.
The exact error showing in the google logs is:
We encountered an error trying to access your server at
https://www.ourdomain.com/googlenotify.aspx -- the error we got is: Send failed with code: 401. Response body was: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>You are not authorized to view this page</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <STYLE type="text/css"> BODY { font: 8pt/12pt verdana } H1 { font: 13pt/15pt verdana } H2 { font: 8pt/12pt verdana } A:link { color: red } A:visited { color: maroon } </STYLE> </HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD> <h1>You are not authorized to view this page</h1> You do not have permission to view this directory or page using the credentials that you supplied. <hr> <p>Please try the following:</p> <ul> <li>Contact the Web site administrator if you believe you should be able to view this directory or page.</li> <li>Click the <a href="javascript
:
location.reload()">Refresh</a> button to try again with different credentials.</li> </ul> <h2>HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.<br>Internet Information Services (IIS)</h2> <hr> <p>Technical Information (for support personnel)</p> <ul> <li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microsoft Product Support Services</a> and perform a title search for the words <b>HTTP</b> and <b>401</b>.</li> <li>
open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr), and search for topics titled <b>Authentication</b>, <b>Access Control</b>, and <b>about
Custom Error Messages</b>.</li> </ul> </TD></TR></TABLE></BODY></HTML>
If I just go to
https://www.ourdomain.com/googlenotify.aspx if does not ask for any type of authorization and just throws an error because no xml data exists.
Any clue as to what may be causing this error?