Redirect User to Page Out Side Filament Panel After A Record is Created
Am working on a solution that involves making payments so after a transaction is created or a payment the gateway returns a unique url where am supposed to redirect the user to complete the payment
6 Replies
this redirects to a page with in filament
I want to redirect the user to page that handles full payment
Before saying this is within Filament, have you tried this?
Because Leandro hase just given you the answer.
The url to redirect to is being returned by pesapal
Something like this.
You only need to check wat is in $this->getRecord(); and parse the correct info for your function
the redirect url is in the $res variable
but let me try some here