-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save_last_transaction_reference() function not found #22
Comments
Seems paystack github account is no longer active |
the function does not exist in the package. you are the one to create the function |
I got that |
I have to say, (My opinion) your readme.md is not explainable enough. And if yes, where will the user be redirected when he press the submit button? //When the user enters their card details, Paystack will validate and charge the card. It will do all the below:........ And if no(i.e am not the one to provide this url [header('Location: ' . $tranx->data->authorization_url);]). Where will they be redirected to? |
|
While trying to setup the paystack on my site and trying to verify a transaction(Test phase), this problem occurred
Fatal error: Uncaught Error: Call to undefined function save_last_transaction_reference() in /home/vagrant/Code/Project/public/payProcess.php on line 28
I don't know if a function like this is in the software
save_last_transaction_reference()
. What is the way around itExpected Results:
I expect it to store transaction reference
The text was updated successfully, but these errors were encountered: