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.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_recurring_user_delete.patch | 673 bytes | benkant |
Comments
Comment #1
univate commentedthanks