Closed (fixed)
Project:
Recurly
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2011 at 19:01 UTC
Updated:
20 Jun 2012 at 09:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
blasthaus commentedHad some issues applying the patch with git, i think it was just in the indent space-characters but i got it to finally work. Also just to note that the '-test' is being brought into the path of the edit link for each subscription which creates a broken link to recurly. I just did a string replace on the recurly_url function to correct that.
Comment #2
sanguis commentedthe patch failed when I ran it from inside the recurly dir, via git and via patch.
I modifyed the patch file to run from inside the modules directory and it worked fine. It should be noted that I ran the patch after I ran the patch at, http://drupal.org/node/1190686
Comment #3
ccoppen commentedThis is further broken as RecurlyClient is now Recurly_Client and setAuth has become $apiKey and $privateKey.
Here's the instructions to authenticate as they stand now:
http://docs.recurly.com/client-libraries/php
Comment #4
quicksketchThanks guys, there are quite a few other API changes that also break the current module. Here's a patch that corrects (hopefully) all of these problems.
Comment #5
quicksketchCommitted to 6.x and 7.x branches.