You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to integrate in laravel 9 ,php version 8.1.0.
i have installed the wrapper through composer require instamojo/instamojo-php
then in controller
public function pay(Request $request){
Go to your vendor/instmoja/instmoja-php/src/instamozo.php and make it public from private as like this public function __wakeup() {}
i am also stuck with the error but it is private for a reason(i don't know why) right, and also, i think manually changing things in vendor folder is bad habit.
i am trying to integrate in laravel 9 ,php version 8.1.0.
i have installed the wrapper through composer require instamojo/instamojo-php
then in controller
public function pay(Request $request){
}
after the running the project getting error : The magic method Instamojo\Instamojo::__wakeup() must have public visibility
The text was updated successfully, but these errors were encountered: