MCPcopy Create free account
hub / github.com/coderarmy-notes/mern-stack-course / zomatoOrderPlaced

Function zomatoOrderPlaced

03JS/Day09/index.js:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148function zomatoOrderPlaced(){
149 console.log("We have started preparing your food");
150}
151
152function payment(amount,callback){
153 console.log(`${amount} payment has initilized`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected