jasona7 / google-checkout-java-sample-code

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

Domain objects for notification #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Google Checkout API doesn't define the domain objects that correspond
to the XML documents.  That is, it would be very helpful to have a
NewOrderNotification object that has a getBuyerId(), a getGoogleOrderId(),
etc.  

It'd be nice if the notification processors returned these objects
(possibly related to issue 1?), but anywhere is good, as long as I can
verify that the XML gets turned into an object for use elsewhere.

Original issue reported on code.google.com by will.sar...@gmail.com on 25 Apr 2007 at 11:48

GoogleCodeExporter commented 8 years ago
Fixed in version 0.3

Original comment by simonjsm...@gmail.com on 17 Jun 2007 at 1:34