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.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_recurring_fee_cancel.patch | 1.12 KB | benkant |
Comments
Comment #1
univate commented