I'm dumbfounded here... I created some custom functions that are triggered when the following event notifier is triggered:

NOTIFY_CHECKOUT_PROCESS_AFTER_ORDER_CREATE_ADD_PRODUCTS

The functions do some extra stock management duties after an order is completed and I thought this would be the best notifier to use. And it works fine... so long as the customer pays by cheque or money order. If they choose PayPal, it never gets triggered and I can't figure out why.

Anyone have any ideas? Or if someone is very familiar with the notifiers... is there a better one for me to use? I want my functions to happen right when the stock is decremented at the end of a purchase.

Thanks.

- Steven