Sourabh Upadhye

Results 1 issues of Sourabh Upadhye

class Test(Consumer): @returns.json @json @patch("orders/address/pickup") def task_updatePickupLoc(self, **body: Body): """Updates Pickup Location of a given order""" When the method is called using required parameters the code runs and performs a...

help wanted