Skip to content

Instantly share code, notes, and snippets.

@mayorcoded
Created October 30, 2018 03:20
Show Gist options
  • Save mayorcoded/029b231d62962b5bc6eb55e0dfc42851 to your computer and use it in GitHub Desktop.
Save mayorcoded/029b231d62962b5bc6eb55e0dfc42851 to your computer and use it in GitHub Desktop.
truffle(develop)> buyFoodItemFromCart(0, 10);
truffle(develop)> { name: 'Fried Rice', sku: 0, price: 10, state: 'Sold', foodItemExist: false }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment