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 28 forks source link

will it work for payumoney? #9

Closed ridislam closed 7 years ago

ridislam commented 7 years ago

HI, Is this package will work for payumoney?

tzsk commented 7 years ago

No, it does not, at the moment. Because the Payment verification method is different for PayuMoney. But if you only need the payment part. You can change the view file and add an input inside the form.

<input type="hidden" name="service_provider" value="payu_paisa">

And you are good to go.

I might add PayuMoney in the future if you guys want.

ridislam commented 7 years ago

yes, please add payumoney and can you write a sample code at your readme for using payumoney and payubiz..? cause i tried to use your package but lack of proper documentation i could not connect it properly with the payu secure site..

tzsk commented 7 years ago

There is a web reference also. You can look into that website if you are facing any problems. Laravel Payu.

Otherwise, the entire README is pretty comprehensive as far as I know. And there is code everywhere in the Documentation.

imashukla commented 6 years ago

I have implemented this with laravel 5.4 but this one working only in testing mode in production this one is not working.

tzsk commented 6 years ago

@ajay25487 Few questions to clarify the issue.