bkeating / python-payflowpro

A simple Python client for PayPal's Payflow Pro API (HTTPS Interface).
https://www.paypal.com/us/webapps/mpp/payflow-payment-gateway
Apache License 2.0
47 stars 22 forks source link

API behind current specification #8

Closed IfpnI closed 11 years ago

IfpnI commented 11 years ago

Hi, I noticed that the classes.py reflects a much older state of the payflowgateway specs. When I look at the current revision(25 April 2013): https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/payflowgateway_guide.pdf

I noticed among other things:

I plan to submit a pull request, once I am through most of my implementation. I will try to keep things backwards compatible as not to break things for other users.

Great library other than that (and the fact that I need to use it async).

best regards, Florian

bkeating commented 11 years ago

Hey Florian. Thank you for submitting this. I would be thrilled to pull request any contributions and credit. I haven't touched this in awhile but am realizing my implementation is facing deprecated ends and your work may save it, and this project in general :)

bkeating commented 11 years ago

Merged. Thanks again.