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

Support for paypal tender type #14

Closed wbtuomela closed 10 years ago

wbtuomela commented 10 years ago

Added support of TENDER_TYPE='P' via the express checkout api within payflowpro. It's the same api as express checkout via paypal's standard api, it just uses your payflowpro credentials and a linked paypal account. See https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pfp_expresscheckout_pp.pdf

bkeating commented 10 years ago

Nice, @traxxas! This looks great. Im merging now. Thank you so much.