I found the instruction saying // Redirect user to following URL for payment approval. not well descriptive. Given that it is a laravel package, I used the Redirect method to redirect to the $paymentUrl. In case while configuring the package after installation, the developer does not pay attention to the above comment, the Redirect will give him/her the expected result.
I found the instruction saying // Redirect user to following URL for payment approval. not well descriptive. Given that it is a laravel package, I used the Redirect method to redirect to the $paymentUrl. In case while configuring the package after installation, the developer does not pay attention to the above comment, the Redirect will give him/her the expected result.