carviaso / google-checkout-dotnet-sample-code

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

NotificationHistoryResponse doesn't correctly parse return xml from NotificationHistoryRequest #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on Notification Serial-Number in integration settings
2. Set the API Version to 2.5
3. Create a NotificationHistoryRequest using the (string merchantID, string 
merchantKey, string environment, NotificationHistorySerialNumber serialNumber) 
constructor where environment is "0" for sandbox.
4. call the Send() method on your NotificationHistoryRequest

What is the expected output? What do you see instead?
Expected: A Notification History Response containing a new order notification
Actual: "Couldn't parse ResponseXml. Message type found was 
NewOrderNotification. Please See ResponseXml"

What version of the product are you using? On what operating system?
V2.5.0.7, Windows 7, C#

Thank You!

Original issue reported on code.google.com by m...@elementfusion.com on 28 Oct 2011 at 3:47

GoogleCodeExporter commented 9 years ago
Fixed in v2.5.0.8

Original comment by joseph.f...@gmail.com on 3 Aug 2012 at 2:51