python-paystack icon indicating copy to clipboard operation
python-paystack copied to clipboard

Edited the verify transaction function to take reference code as argu…

Open rammyblog opened this issue 6 years ago • 0 comments

…ment instead of the whole transaction object

transaction_manager = TransactionsManager() 
transaction_verify = transaction_manager.verify_transaction(ref_code)

transaction_verify will return status of transaction, whether successful or failed or pending

rammyblog avatar Oct 13 '19 13:10 rammyblog