tzsk / payu

Payu Laravel Payment Gateway with Payment Verification Package. Payment for Payu Biz & PayuMoney India with Laravel.
https://payu.tzskr.com
MIT License
48 stars 31 forks source link

getting There is no Redirect URL specified error. #13

Closed sachin99 closed 7 years ago

sachin99 commented 7 years ago

I have installed this plugin as per instructions. i am getting following error.

image

tzsk commented 7 years ago

Which version of the Package are you using? And what version of Laravel are you using it with?

tzsk commented 7 years ago

I have just now checked this Package v1.2.4 with Laravel 5.2, 5.3 and 5.4. And it is working fine.

I think you are using v1.2.3 which has a bug with 5.3 and above. Please run below command to update the package and let me know if you still face the issue:

composer update tzsk/payu
sachin99 commented 7 years ago

Thanks for your help. i updated the package and its working now.