action hook?
-
Wouldn’t it be a good idea to add an action hook for status updates from PayPal?
In my case I’d like to set a variable ‘payed’ in my user table as soon as the status is ‘success’.
suggestion: on line 242 and 260 in paypalapi.php add
do_action('paypal_status', $status, $result);
- The topic ‘action hook?’ is closed to new replies.