Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Test Endpoint URL for PayUMoney #85

Open
hackernewbie opened this issue Apr 3, 2023 · 2 comments
Open

Updated Test Endpoint URL for PayUMoney #85

hackernewbie opened this issue Apr 3, 2023 · 2 comments

Comments

@hackernewbie
Copy link

In the ..\vendor\softon\indipay\src\Gateways\PayUMoneyGateway.php file, I had to do the following change to make the test version working again:

protected $testEndPoint = 'https://sandboxsecure.payu.in/_payment';

changed to

protected $testEndPoint = 'https://test.payu.in/_payment';

@softon
Copy link
Owner

softon commented Apr 3, 2023

Can you please send a pull request

@hackernewbie
Copy link
Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants