()
| 142 | // blinkit |
| 143 | |
| 144 | function blinkitOrderPlaced(){ |
| 145 | console.log("We have started packing your Order"); |
| 146 | } |
| 147 | |
| 148 | function zomatoOrderPlaced(){ |
| 149 | console.log("We have started preparing your food"); |
nothing calls this directly
no outgoing calls
no test coverage detected