This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
IPN Engine | |
~~~~~~~~~~ | |
PayPal's Instant Payment Notification (IPN) helps integrate PayPal more | |
deeply into your web application. When activated, PayPal will send a | |
POST request to a specified URL when a transaction's status changes. | |
The most obvious use is to trigger a state change, enable an account, |