Skip to content

Instantly share code, notes, and snippets.

@ahmetozlu
Created April 24, 2021 00:42
Show Gist options
  • Save ahmetozlu/cf856dffe08c492db32f5f2328ff2679 to your computer and use it in GitHub Desktop.
Save ahmetozlu/cf856dffe08c492db32f5f2328ff2679 to your computer and use it in GitHub Desktop.
// BurgerMenuOrder constructor
constructor(address _buyerAddr) public payable {
owner = msg.sender;
customerAddress = _buyerAddr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment