Skip to content

Instantly share code, notes, and snippets.

View billforward-alex's full-sized avatar

Alex Birch billforward-alex

View GitHub Profile
@billforward-alex
billforward-alex / scratch.js
Last active August 29, 2015 14:16
How to ascribe initial values for a subscription's pricing components (using BillForward NodeJS SDK)
var BillForward = require('BillForward');
var _ = require('lodash'); // lodash is the strongest
var Q = require('q');
var config = {
"urlRoot": "https://api-sandbox.billforward.net:443/v1/",
"accessToken": "INSERT ACCESS TOKEN HERE",
// longStack: true,
"requestLogging": true,
"responseLogging": false,