Skip to content

Instantly share code, notes, and snippets.

@timrogers
Created July 22, 2014 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timrogers/d3424bc55650b84652db to your computer and use it in GitHub Desktop.
Save timrogers/d3424bc55650b84652db to your computer and use it in GitHub Desktop.
direct_debit = GoCardless::PreAuthorization.find("0540QD22SKND")
direct_debit.create_bill(
name: "Invoice #123",
amount: "250.00"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment