Hi all,
I'm using uc_subscriptions to handle renewing orders (membership subscriptions).
Here's a scenario: a user's subscriptions needs to renew. It gets processed in the cron hook and for one reason or another the payment processor declines the transaction.
In this case I need to send an email to the user informing them of the problem.
I've looked through the uc_subscribe code (hook_order in particular), and can't seem to find the place where this event occurs. Any suggestions on how to tackle this?
Thanks!

.