Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created July 28, 2019 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/32dae00cfd743228b67486af434b343c to your computer and use it in GitHub Desktop.
Save jasongorman/32dae00cfd743228b67486af434b343c to your computer and use it in GitHub Desktop.
if(paymentAccepted){
this.stock -= 1;
customer.addToCollection(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment