Skip to content

Instantly share code, notes, and snippets.

@gsans
Created November 28, 2014 10:39
Show Gist options
  • Save gsans/723f0e66a8ddc0404478 to your computer and use it in GitHub Desktop.
Save gsans/723f0e66a8ddc0404478 to your computer and use it in GitHub Desktop.
//creation and initialisation together
var order = {
id: 1,
customer: {
id: 1
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment