Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 407 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 407 Bytes

Flask integration with PayPal

Integrating with PayPal is surprisingly painless with the Python-PayPal module, but it still requires a bit of work.

This example website shows you how to integrate PayPal with a Flask web application painlessly. You only have to modify the config.py file to contain your API parameters.