Closed (fixed)
Project:
Recurly
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2012 at 17:31 UTC
Updated:
6 Jul 2012 at 04:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchYep, this would be a good idea. Additionally, I think we should prevent Recurly.js and Recurly Hosted Pages from being enabled at the same time, since they're alternatives to each other.
Comment #2
eojthebraveHere's a patch that adds a requirements check to both the recurly module the recurlyjs module for their respective libraries.
Comment #3
quicksketchThanks, I added an extra check into Recurly Hosted to report an error if it's turned on the same time as Recurly.js also.
Comment #4
quicksketchCommitted and pushed.
Comment #5
blasthaus commentedThe Recurly SDK requires cURL, we could also push this in (and I'll take it out of commerce_recurly) since it would actually be better in the core module. Since you just committed #3, I didn't roll a patch. Let me know if you want one.
Comment #6
quicksketchThanks, another good suggestion. :)
I'll put it in when I'm at a stopping point today.
Comment #7
quicksketchPushed up a very similar patch: http://drupalcode.org/project/recurly.git/commitdiff/fc2ebc88367a4492c34...
Thanks again!