Created
June 12, 2011 00:24
-
-
Save resistorsoftware/1021114 to your computer and use it in GitHub Desktop.
Simple 2-API call burn
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
| 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