()
| 146 | } |
| 147 | |
| 148 | function zomatoOrderPlaced(){ |
| 149 | console.log("We have started preparing your food"); |
| 150 | } |
| 151 | |
| 152 | function payment(amount,callback){ |
| 153 | console.log(`${amount} payment has initilized`) |
nothing calls this directly
no outgoing calls
no test coverage detected