indipay icon indicating copy to clipboard operation
indipay copied to clipboard

Updated Test Endpoint URL for PayUMoney

Open hackernewbie opened this issue 1 year ago • 2 comments

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';

hackernewbie avatar Apr 03 '23 09:04 hackernewbie

Can you please send a pull request

softon avatar Apr 03 '23 14:04 softon

Done.

hackernewbie avatar Apr 03 '23 17:04 hackernewbie