Skip to content

Instantly share code, notes, and snippets.

@jagregory
Created January 15, 2011 13:05
Show Gist options
  • Save jagregory/780894 to your computer and use it in GitHub Desktop.
Save jagregory/780894 to your computer and use it in GitHub Desktop.
Mmmmm node
app.post '/buy', (req, res) ->
googleCheckout.sendInitialOrderRequest req, (redirectUrl) ->
res.redirect redirectUrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment