python-paystack
python-paystack copied to clipboard
Edited the verify transaction function to take reference code as argu…
…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