Created
October 3, 2013 17:33
-
-
Save mbeale/6813757 to your computer and use it in GitHub Desktop.
Recurly js signature for account_code override
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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