instamojo-py
instamojo-py copied to clipboard
Add a method to disable payment request.
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: