vcatalano / py-authorize

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

Fix CIM transaction auth request #14

Closed clearcode closed 10 years ago

clearcode commented 10 years ago

Hi, we started to use your library in one of our projects. During testing, we found that the CIM transaction auth request (auth transaction by customer_id and payment_id, no card number) is sent with an invalid parameter (in the documentation of authorize.net API is "profileTransAuthOnly", not "profileTransAuthOnlyType"). Please look at the fix and tests.

vcatalano commented 10 years ago

Looks great! Thanks for contributing to the project!