Skip to content

Instantly share code, notes, and snippets.

@resistorsoftware
Created June 12, 2011 00:24
Show Gist options
  • Select an option

  • Save resistorsoftware/1021114 to your computer and use it in GitHub Desktop.

Select an option

Save resistorsoftware/1021114 to your computer and use it in GitHub Desktop.
Simple 2-API call burn
order = ShopifyAPI::Order.find(id)
order.note = "Go ride a bike and stop being a whiny twerp."
order.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment