Hey Luke,
Whenever someone tries to checkout through google, I get this error in the email.
Payment failed for the order# Google Checkout: 644314440621019
Please check the transaction detail in the store admin.
The transaction doesn't get created in store admin either.
I also get this exception stack
Timestamp: 8/3/2009 7:38:50 PM
Message: HandlingInstanceID: 2e36cf49-9cfe-41b5-920f-dc0fe14e7722
An exception of type 'System.NullReferenceException' occurred and was caught.
-----------------------------------------------------------------------------
08/03/2009 12:38:50
Type : System.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : Object reference not set to an instance of an object.
Source : App_Web_okz6hghr
Help link :
Data : System.Collections.ListDictionaryInternal
TargetSite : Void ProcessNotification(System.String)
Stack Trace : at GoogleCheckoutPostHandler.ProcessNotification(String requestXml) in c:\DSC\Web\Store\GoogleCheckoutPostHandler.aspx.cs:line 198
at GoogleCheckoutPostHandler.Page_Load(Object sender, EventArgs e) in c:\DSC\Web\Store\GoogleCheckoutPostHandler.aspx.cs:line 74
Additional Info:
MachineName : SD9000
TimeStamp : 8/3/2009 7:38:50 PM
FullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null AppDomainName : /LM/W3SVC/1/ROOT-3-128937916680390585
ThreadIdentity :
WindowsIdentity : NT AUTHORITY\NETWORK SERVICE
Category: General
Priority: 0
EventId: 100
Severity: Error
Title:Enterprise Library Exception Handling
Machine: SD9000
Application Domain: /LM/W3SVC/1/ROOT-3-128937916680390585
Process Id: 432
Process Name: c:\windows\system32\inetsrv\w3wp.exe
Win32 Thread Id: 1252
Thread Name:
Extended Properties: Google Order# - 644314440621019
I am not sure what the problem is.
The API callback url is this: https://www.sd9000.com/Store/GoogleCheckoutPostHandler.aspx
and Callback method XML.
Thanks