vcatalano / py-authorize

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

Recurring API fixes for update and cancel #51

Closed aaronelliotross closed 8 years ago

aaronelliotross commented 8 years ago

Hello,

Here's a pull request to fix two little issues. I added two tests for the change to update.

  1. Fix the recurring API update call to work even if there's no payment information.
  2. Fix the recurring API delete call to return the response from Authorize
aaronelliotross commented 8 years ago

Thank you!