-
Notifications
You must be signed in to change notification settings - Fork 313
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
Using $this when not in object context #152
Comments
This has been solved here https://github.com/unicodeveloper/laravel-paystack/issues/16#issuecomment-431568603 |
Can you please update. is this issue resolved I am also facing this issue |
This is what worked for me /** |
I have fixed this solution by using using package of Paystack instead of Unicodedeveloper/Paystack.. below here is my payment controller code for reference
} |
I'm getting error in line 210 of the package saying "Error Using $this when not in object context".
Please how do i solve this.
public function getAuthorizationUrl()
{
$this->makePaymentRequest();
The text was updated successfully, but these errors were encountered: