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

PayUmoney integrated in laravel #204

Closed meet225 closed 3 years ago

meet225 commented 3 years ago

I have change env('PAYU_DEFAULT_GATEWAY', 'biz'), to env('PAYU_DEFAULT_GATEWAY', 'money'), but the payment page not open and redirect with my status page.

Please give me document of setup payUmoney .

Thanks Mit

tzsk commented 3 years ago

Your env variable PAYU_DEFAULT_GATEWAY might be different. Otherwise, try to put your Payu call inside the try-catch block to debug if there is any exception.