nbudin / google4r-checkout

Google Checkout library for Ruby
http://code.google.com/p/google-checkout-ruby-sample-code/
Other
39 stars 10 forks source link

More complete Notification History API implementation #9

Closed benhutton closed 12 years ago

benhutton commented 12 years ago

I've added support for the rest of the Notification History API functionality - start_time, end_time, notification_types, and order_numbers, all of which I need for a project.

The command has been modified to return an array of notification objects. Previously, it just gave an error.

Hope this is helpful to someone.

nbudin commented 12 years ago

Thank you very much for this, Ben! I've packaged it up as version 1.1.3 and have released it.