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

Where i can set payumoney salt and merchant id? #19

Closed abhishekjain-itsme closed 6 years ago

abhishekjain-itsme commented 6 years ago

Detailed description

Provide a detailed description of the change or addition you are proposing.

Make it clear if the issue is a bug, an enhancement or just a question.

Context

Why is this change important to you? How would you use it?

How can it benefit other users?

Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.

Your environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.

tzsk commented 6 years ago

@abhishekjain-itsme PayuMoney is not currently supported in any release. It is currently in development in dev-master branch. And there are a lot of features coming in Version 2.0 Ex. Support for Multi Account Payment & PayuMoney Support.

There is a problem with Payment Verification from PayuMoney side. I am currently coordinating with PayuMoney team to fix their Verification API.

And the documentation is also not done for V2.0 it is currently underway.

To answer your question. After you run vendor:publish you will have config/payu.php. That's where the configuration goes. This is clearly mentioned in the Documentation to PUBLISH the Config file.

But as I said, even if you manage to configure your key and salt you won't be able to use this package because it currently does not support PayuMoney. But there is a workaround. Refer to issue number #16

tzsk commented 6 years ago

Please see Release Version 2.0.

PayuMoney Support Added