node-recurly icon indicating copy to clipboard operation
node-recurly copied to clipboard

A node.js library for the Recurly.com api

Results 13 node-recurly issues
Sort by recently updated
recently updated
newest added

When trying to install v2.1.0 node-recurly via npm install it fails because js2xml is still referencing the valorkin github directory which has been moved. I believe if you version and...

Recurly offers a beta feature for recording an offline payment through their api this should trigger a `successful_payment` webhook as opposed to the `markSuccessful` function which simply results in an...

recurly.subscriptions.listByAccount(accountcode, callback) throw error when called with the signature (accountcode, callback) you indicated in the documentation. It accepts (accountcode, filter, callback) as per the source code.

The `callback` parameter is placed inconsistently among various methods. Putting it at the end makes the module work a bit better with [promisify wrappers](https://github.com/nodegit/promisify-node), plus it's a little easier to...

I'm trying to install this node-module by running npm install node-recurly, but I keep getting this error saying: // Permission denied (publickey). npm ERR! fatal: Could not read from remote...

This pull request adds the ability to processes paging during list calls. Currently, list only returns 50 item (max 200) with the right query param. This provides a call to...

valorkin/js2xml no longer seems to exist, use alternative js to xml parser

For example, I am trying to create a plan with multiple add-ons using node-recurly: ``` var subscriptionData = { plan_code : planCode, account : { account_code : organizationId, email :...

Hi, My NodeJs application has a dependency on node-recurly. I can not build my app with "npm install" as js2xml seems to have disappeared from github. ``` 9467 error Error:...