instamojo-py icon indicating copy to clipboard operation
instamojo-py copied to clipboard

Add a method to disable payment request.

Open pandafy opened this issue 5 years ago • 0 comments

Add a method that achieves the following functionality.

response = request.post("https://www.instamojo.com/api/1.1/payment-requests/" + str(payment_id) + "/disable/", headers=headers)

I'll be happy to work on it if needed. :smile:

pandafy avatar Feb 20 '20 14:02 pandafy