Closed (fixed)
Project:
Recurly
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2013 at 22:49 UTC
Updated:
22 Apr 2013 at 20:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
stiknoltz commentedOddly enough, it doesn't even look like the function itself uses the $data variable. I was able to solve by just removing it from the function call and from the function declaration itself.
It doesn't appear as though any other instance of the function call uses this variable so it appears to be a legacy thing.
[Adding a patch which may fail since I don't know how to roll them and this my first attempt]
Comment #2
stiknoltz commentedComment #3
7wonders commented^ That was exactly what I did to kill the error too and it doesnt seem to have any other effects so it gets the thumbs up from me.
Comment #4
7wonders commentedYou should check out - http://drupal.org/project/recurly/git-instructions
Here is a patch that should apply cleanly.
Comment #5
quicksketchThanks guys, yeah the "data" attribute used to be in the recurly_account table but it was removed. I think the patch suggested here makes sense. Committed to 7.x-1.x branch. Thanks guys!