Closed (fixed)
Project:
UC Recurring Payments and Subscriptions
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2009 at 13:00 UTC
Updated:
4 Oct 2009 at 14:10 UTC
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