x252618759 / google-checkout-dotnet-sample-code

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

Phone number not returned in NotificationHistoryResponse in .NET SDK 2.5.02 #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a NotificationHistoryRequest
2. NotificationHistoryResponse resp = (NotificationHistoryResponse)req.Send();
3. resp.notifications.Items[x].buyerbillingaddress.phone is always empty, yet 
all other info populated correctly

What is the expected output? What do you see instead?

Expect to get phone number that was entered in purchasing process in 
"buyerbillingaddress.phone" field.
Actually get string.empty

What version of the product are you using? On what operating system?
2.5.02, Windows Vista forms app

Please provide any additional information below.

Original issue reported on code.google.com by i...@outdooradv.net on 6 Aug 2010 at 9:18

GoogleCodeExporter commented 9 years ago
What is the type of message that is returned in X? Have you looked at the raw 
xml to determine if the data is actually in the message?

Original comment by joseph.f...@gmail.com on 16 Oct 2010 at 4:25

GoogleCodeExporter commented 9 years ago
Are you 100% sure the customer entered and you pushed the phone number to the 
api for the order?

Original comment by joseph.f...@gmail.com on 4 Dec 2010 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by mihai.io...@gmail.com on 28 Mar 2011 at 11:14