Skip to content

Instantly share code, notes, and snippets.

@mbeale
Created October 3, 2013 17:33
Show Gist options
  • Save mbeale/6813757 to your computer and use it in GitHub Desktop.
Save mbeale/6813757 to your computer and use it in GitHub Desktop.
Recurly js signature for account_code override
$signature = Recurly_js::sign(array(
'account'=>array('account_code'=>'_my_account_code'),
'subscription' => array('plan_code' => 'instant')
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment