unicodeveloper / laravel-paystack

:credit_card: :package: :moneybag: Laravel 6, 7, 8, 9, 10 and 11 Package for Paystack
https://paystack.co
MIT License
609 stars 314 forks source link

Update Paystack.php #164

Open anoshiri opened 2 years ago

anoshiri commented 2 years ago

"php": "^8.0.2", "laravel/framework": "^9.2",

return redirect($url); ****This does not redirect to an external URL

return redirect()->to($url)->send(); This works