Hi, I'm encountering this error on RequestBuilder.php line 44.
I'm doing a createRedsysRequest just like this:
$redsysRequest = $reservation->createRedsysRequest( payMethod: PayMethod::Card, ); return $redsysRequest->redirect();
But this is the error InvalidArgumentException: Action App\Http\Controllers\Creagia\LaravelRedsys\Controllers\RedsysNotificationController not defined. in file /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php on line 483
Hi, I'm encountering this error on RequestBuilder.php line 44. I'm doing a createRedsysRequest just like this:
$redsysRequest = $reservation->createRedsysRequest( payMethod: PayMethod::Card, ); return $redsysRequest->redirect();
But this is the error InvalidArgumentException: Action App\Http\Controllers\Creagia\LaravelRedsys\Controllers\RedsysNotificationController not defined. in file /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php on line 483
Any idea where this error comes from?