Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
em committed Jul 24, 2011
1 parent 1ff05f1 commit 78ff623
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -67,12 +67,13 @@ Recurly.config({
});

Recurly.buildSubscribeForm({
target: '#subscribe', // A jQuery selector for the container element to append the form to
plan: 'myplancode', // A plan you have created in recurly-app
afterSubscribe: function() {}, // Callback after subscription success
addressRequirement: 'full', // Address fields to display (full | zipstreet | zip | none)
enableAddOns: true | false,
enableCoupons: true | false
target: '#subscribe' // A jQuery selector for the container element to append the form to
, plan: 'myplancode' // A plan you have created in recurly-app
, afterSubscribe: function() {} // Callback after subscription success
, addressRequirement: 'full' // Address fields to display (full | zipstreet | zip | none)
, enableAddOns: true | false
, enableCoupons: true | false
, accountCode // Account code for the account created w/ subscription. Defaults to email address if not provided.
});
```

Expand Down

0 comments on commit 78ff623

Please sign in to comment.