vcatalano / py-authorize

A full-featured Python API for the Authorize.net payment gateway.
MIT License
42 stars 35 forks source link

Add list method for Recurring api #58

Closed dirigeant closed 8 years ago

dirigeant commented 8 years ago

This endpoint returns a list of subscriptions. It needs parameters in exact order. So I had to use OrderedDict for parameters.