In hook_order() for $op == 'delete' a line reads:

uc_recurring_fee_user_delete($rfid);

That should be:

uc_recurring_fee_user_delete($fee->rfid);

Patch attached to correct the issue.

CommentFileSizeAuthor
uc_recurring_user_delete.patch673 bytesbenkant

Comments

univate’s picture

Status: Active » Fixed

thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.