indipay
indipay copied to clipboard
Updated Test Endpoint URL for PayUMoney
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';
Can you please send a pull request
Done.