In uc_recurring_fee_cancel the 'cancel callback' invoke line is:

uc_recurring_invoke($fee->handler, 'cancel callback', array($fee));

I believe it should be:

uc_recurring_invoke($fee->fee_handler, 'cancel callback', array($fee));

Patch containing fix attached.

CommentFileSizeAuthor
uc_recurring_fee_cancel.patch1.12 KBbenkant

Comments

univate’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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