carviaso / google-checkout-dotnet-sample-code

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

how to retrieve order list from google checkout between dates #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i didn;t find any code in c# to fetch his.

Original issue reported on code.google.com by anjani.k...@rdpl.com on 15 Jul 2011 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by joseph.f...@gmail.com on 15 Jul 2011 at 7:17

GoogleCodeExporter commented 9 years ago
Create a NotificationHistoryRequest with a begin and end date.

See this for more information on what the values mean:

http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Notificat
ion_History_API.html

Original comment by joseph.f...@gmail.com on 15 Jul 2011 at 7:20

GoogleCodeExporter commented 9 years ago
I actaully need a c# code .i am creating a utility to get all the transaction 
done between dates.So how i will pass this xml to retrieve information from 
google checkout.

Original comment by anjani.k...@rdpl.com on 18 Jul 2011 at 4:56

GoogleCodeExporter commented 9 years ago
Issue 57 has been merged into this issue.

Original comment by joseph.f...@gmail.com on 18 Jul 2011 at 4:56

GoogleCodeExporter commented 9 years ago
var item = new NotificationHistoryRequest(beginDate, EndDate)

Call Send();

Then it will return your message.

Original comment by joseph.f...@gmail.com on 18 Jul 2011 at 5:03