Skip to content

Instantly share code, notes, and snippets.

@mbeale
Last active December 24, 2015 02:59
Show Gist options
  • Save mbeale/6734423 to your computer and use it in GitHub Desktop.
Save mbeale/6734423 to your computer and use it in GitHub Desktop.
<script>
var signature = "<?php echo Recurly_js::sign(array(
'account'=>array('account_code'=>'test_gbp_1234'),
'subscription' => array('plan_code' => 'instant')
)); ?>";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment